From bafad9634ee369962d8333bf56decd0652a69515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Fri, 31 Oct 2025 11:01:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=86=E7=BB=84=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/customStockList/customStockList.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/pages/customStockList/customStockList.vue b/pages/customStockList/customStockList.vue index 5d02923..be0bd15 100644 --- a/pages/customStockList/customStockList.vue +++ b/pages/customStockList/customStockList.vue @@ -599,21 +599,29 @@ flex-shrink: 0; padding: 8px 16px; margin-right: 10px; - border-radius: 4px; - background-color: #ff3b30; + border-radius: 20px; + background-color: #f5f5f5; + border: 1px solid #e0e0e0; transition: all 0.3s ease; + cursor: pointer; +} + +.tab-item:hover { + background-color: #e8e8e8; } .tab-item.active { background-color: #ff3b30; - opacity: 1; + border-color: #ff3b30; + box-shadow: 0 2px 8px rgba(255, 59, 48, 0.3); } .tab-text { font-size: 14px; - color: #ffffff; + color: #666666; white-space: nowrap; - font-weight: 500; + font-weight: 400; + transition: all 0.3s ease; } .tab-item.active .tab-text {