From 0d554eeffc55ddad4f1b9a1a251347870de74d76 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sun, 9 Nov 2025 17:03:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E5=A4=9A=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=8C=87=E4=BB=A4=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SwipeCards/styles/index.scss | 2 +- .../components/module/AttachListComponent/styles/index.scss | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/SwipeCards/styles/index.scss b/src/components/SwipeCards/styles/index.scss index f0bb1eb..17fc7c0 100644 --- a/src/components/SwipeCards/styles/index.scss +++ b/src/components/SwipeCards/styles/index.scss @@ -1,5 +1,5 @@ .card { - height: 300px; + height: 304px; } .card-item { diff --git a/src/pages/index/components/module/AttachListComponent/styles/index.scss b/src/pages/index/components/module/AttachListComponent/styles/index.scss index fbbfba7..1f3321d 100644 --- a/src/pages/index/components/module/AttachListComponent/styles/index.scss +++ b/src/pages/index/components/module/AttachListComponent/styles/index.scss @@ -5,7 +5,9 @@ } .tag-item { - background-color: $uni-bg-color; + box-sizing: border-box; + border: 1px solid #fff; + background-color: rgba(255, 255, 255, 0.5); border-radius: 8px; padding: 4px 10px; margin-right: 8px;