From 1ebf966dae61b6854b526cb77ee29f7f8c0dc8f2 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 17 Jul 2024 11:16:21 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/layout/components/top-bar/avatar/AboutDialog.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue index 7b2bd2373..35e1f5308 100644 --- a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue +++ b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue @@ -80,11 +80,12 @@ defineExpose({ open }) color: var(--app-text-color-secondary); } } -} - -.custom-header { + &.custom-header { .el-dialog__header { background: var(--el-color-primary-light-9) !important; } } +} + +