From 3984d334deaf0c905f6701e21e6db2b5128c1281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=81?= <18339727226@163.com> Date: Sun, 26 May 2024 20:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/right-center.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/index/right-center.vue b/src/views/index/right-center.vue index e1c9104..76fa09b 100644 --- a/src/views/index/right-center.vue +++ b/src/views/index/right-center.vue @@ -183,12 +183,15 @@ onMounted(() => { cursor: pointer; background: linear-gradient(0deg, rgba(145, 175, 207, 0.1) 10%, rgba(145, 175, 207, 0.4) 100%); border-top: 2px solid rgb(152, 194, 221); + box-shadow: 0px -10px 5px rgba(145, 175, 207, 0.2); } div.active { // background-color: #ccc; background: linear-gradient(0deg, rgba(145, 175, 207, 0.1) 10%, rgba(0, 155, 228, 0.6) 100%); border-top: 2px solid #00A2FF; + box-shadow: 0px -10px 5px rgba(0, 162, 255, 0.2); + } .no-tab {