From 734658a89dcbf784e745aa50fcb58baf3b212352 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 30 Oct 2025 10:08:13 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=A4=B4=E9=83=A8=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E9=80=89=E6=8B=A9=E6=A0=8F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GeneralHeader.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/GeneralHeader.vue b/src/components/GeneralHeader.vue index a6a626c..c8ff3fe 100644 --- a/src/components/GeneralHeader.vue +++ b/src/components/GeneralHeader.vue @@ -76,17 +76,17 @@ display: flex; flex-direction: column; width: max-content; - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255); border-radius: 10px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); margin-top: 5px; backdrop-filter: blur(8px); - z-index: 999999; " v-show="visibleList" class="extraList" >
@@ -241,6 +241,10 @@ onMounted(() => { transform: scale(0.9); } +.extraList > div:not(:last-child) { + border-bottom: 0.1px solid black; +} + [dir='rtl'] .flipImg { transform: scaleX(-1); }