From 15c80bc9f7a8e440f6265a45e421087f530154b4 Mon Sep 17 00:00:00 2001 From: tiny-craft <137850705+tiny-craft@users.noreply.github.com> Date: Sat, 15 Jul 2023 01:54:40 +0800 Subject: [PATCH] feat: adjust color of tree view --- frontend/src/App.vue | 9 +++++++- frontend/src/AppContent.vue | 8 ++++--- frontend/src/components/content/content.scss | 1 - .../content_value/ContentServerStatus.vue | 21 ++++++++++++++++--- frontend/src/components/sidebar/NavMenu.vue | 3 +-- frontend/src/style.scss | 4 ++-- 6 files changed, 34 insertions(+), 12 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7238b3b..22643e7 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -89,7 +89,7 @@ const theme = computed(() => {
- + @@ -110,4 +110,11 @@ const theme = computed(() => { width: 100vw; height: 100vh; } + +#app-title { + text-align: center; + width: 100vw; + height: 30px; + line-height: 30px; +} diff --git a/frontend/src/AppContent.vue b/frontend/src/AppContent.vue index 1e704aa..0becb86 100644 --- a/frontend/src/AppContent.vue +++ b/frontend/src/AppContent.vue @@ -58,7 +58,7 @@ const dragging = computed(() => {