From 7e928df84924c29ef0ab48087f2cfe8aba303888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=81?= Date: Tue, 19 May 2026 14:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index 31f3ea5..712eb89 100644 --- a/src/App.vue +++ b/src/App.vue @@ -176,12 +176,14 @@ watch(
- - +
+
{{ item.label }} - - +
+
mdi-magnify @@ -356,7 +358,7 @@ watch( width: 100%; } -.active { +.login-active { font-weight: bold; text-decoration: underline; } @@ -464,18 +466,20 @@ watch( align-items: center; } -.home-tab-bar--inline { +.app-tab-bar { + display: flex; + padding-left: 8px; flex: 1; - min-width: 0; -} + cursor: default; -.home-tab-bar--inline :deep(.v-tabs) { - height: 48px; -} + .app-tab-bar-item { + padding: 0 8px; -.home-tab-bar--inline :deep(.v-tab) { - height: 48px; - padding: 0 8px 0 8px; + } + + .app-tab-bar-item-active { + font-weight: bold; + } } .home-category-layer1-actions {