From af0b3ab17b1429c01b9289e7e9b24e19eec57acc Mon Sep 17 00:00:00 2001 From: Fine Date: Mon, 17 Feb 2025 10:30:02 +0800 Subject: [PATCH] update style --- src/views/dashboard/graphs/Line.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/dashboard/graphs/Line.vue b/src/views/dashboard/graphs/Line.vue index 30a3c6da..2d6cb033 100644 --- a/src/views/dashboard/graphs/Line.vue +++ b/src/views/dashboard/graphs/Line.vue @@ -134,6 +134,8 @@ limitations under the License. --> top: 0, left: 0, itemWidth: 12, + pageIconColor: appStore.theme === Themes.Dark ? "#ccc" : "#666", + pageIconInactiveColor: appStore.theme === Themes.Dark ? "#444" : "#ccc", textStyle: { color: appStore.theme === Themes.Dark ? "#fff" : "#333", },