From 3f97c9e17e9b50501e8452f11c3bf8f0413635f8 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 6 Feb 2023 17:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/packages/basic/AiBar.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/packages/basic/AiBar.vue b/ui/packages/basic/AiBar.vue index 6eff9d32..2dba7405 100644 --- a/ui/packages/basic/AiBar.vue +++ b/ui/packages/basic/AiBar.vue @@ -1,13 +1,13 @@ @@ -50,10 +50,11 @@ export default { padding: 0 16px; box-sizing: border-box; border-bottom: 1px solid #EEEEEE; - box-shadow: 0 4px 6px -2px rgba(15, 15, 21, 0.15); + &.card { background: #fff; + box-shadow: 0 4px 6px -2px rgba(15, 15, 21, 0.15); } .aibar-left {