From 81240fa0d15776b6c8e71fc01c908ac13ac18b23 Mon Sep 17 00:00:00 2001 From: Rogee Date: Thu, 25 Dec 2025 10:29:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E6=A0=8F=E7=9A=84=E7=99=BB=E5=BD=95=E5=92=8C?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=93=BE=E6=8E=A5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/portal/src/assets/layout/_topbar.scss | 13 +++++++++++++ frontend/portal/src/layout/AppTopbar.vue | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/frontend/portal/src/assets/layout/_topbar.scss b/frontend/portal/src/assets/layout/_topbar.scss index 3edb402..1644234 100644 --- a/frontend/portal/src/assets/layout/_topbar.scss +++ b/frontend/portal/src/assets/layout/_topbar.scss @@ -70,6 +70,19 @@ color: var(--primary-contrast-color); } + &.layout-topbar-action-text { + width: auto; + height: auto; + border-radius: var(--content-border-radius); + padding: 0.25rem 0.75rem; + justify-content: flex-start; + gap: 0.5rem; + + span { + display: inline; + } + } + &.layout-topbar-user { width: auto; height: auto; diff --git a/frontend/portal/src/layout/AppTopbar.vue b/frontend/portal/src/layout/AppTopbar.vue index 594b5f0..b240984 100644 --- a/frontend/portal/src/layout/AppTopbar.vue +++ b/frontend/portal/src/layout/AppTopbar.vue @@ -102,11 +102,11 @@ onMounted(() => {