diff --git a/src/components/FullVue.vue b/src/components/FullVue.vue index b4d40ac8..21ac9003 100644 --- a/src/components/FullVue.vue +++ b/src/components/FullVue.vue @@ -192,10 +192,9 @@ export default defineComponent({ display: flex; flex-direction: column; right: 0; - // top: 50%; - //transform: translateY(60%); + top: 37vh; height: auto; - width: 20px; + width: 17px; .full-scroll-to { opacity: 0.5; @@ -210,7 +209,7 @@ export default defineComponent({ .full-scroll-to.active { opacity: 1; padding: 6px; - background: #9876AA; + background: #1a1a1a; } } } diff --git a/src/views/dashboard/data.ts b/src/views/dashboard/data.ts index 353e1007..14942f47 100644 --- a/src/views/dashboard/data.ts +++ b/src/views/dashboard/data.ts @@ -254,15 +254,13 @@ export const QueryOrders = [ ]; export const TextColors: { [key: string]: string } = { green: "#629755", - blue: "#6897BB", + blue: "#409EFF", red: "#e1483b", grey: "#909399", white: "#fff", black: "#000", - orange: "#CC7832", + orange: "#E6A23C", purple: "#9876AA", - yellow: "#FFC66D", - brown: "#8A653B", }; export const CalculationOpts = [ diff --git a/src/views/dashboard/panel/Tool.vue b/src/views/dashboard/panel/Tool.vue index 82063595..6ca57861 100644 --- a/src/views/dashboard/panel/Tool.vue +++ b/src/views/dashboard/panel/Tool.vue @@ -711,7 +711,8 @@ watch(