From c80bc467a41daa6cbae4e5515a300a8ca98cfeaa Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:44:01 +0800
Subject: [PATCH] 维护

---
 unpackage/dist/dev/mp-weixin/components/attachment/index.wxss |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/unpackage/dist/dev/mp-weixin/components/attachment/index.wxss b/unpackage/dist/dev/mp-weixin/components/attachment/index.wxss
index b1e6181..0cf5f5c 100644
--- a/unpackage/dist/dev/mp-weixin/components/attachment/index.wxss
+++ b/unpackage/dist/dev/mp-weixin/components/attachment/index.wxss
@@ -104,14 +104,13 @@
   flex: 1;
   text-align: center;
   padding: 20rpx 0;
-  position: relative;
   font-size: 28rpx;
   color: #666;
 }
 .attachment-upload .attachment-tabs .tab-item.active {
-  color: #67AFAB;
+  color: #67afab;
   font-weight: bold;
-  border-bottom: 4rpx solid #67AFAB;
+  border-bottom: 4rpx solid #67afab;
 }
 .attachment-upload .attachment-tabs .tab-item .required-mark {
   color: red;
@@ -187,7 +186,6 @@
   align-items: center;
   padding: 20rpx 0;
   border-bottom: 1rpx solid #f5f5f5;
-  transition: all 0.2s;
 }
 .attachment-upload .attachment-popup .file-list .file-item:active {
   background-color: #f9f9f9;
@@ -241,7 +239,6 @@
 }
 .attachment-upload .attachment-popup .popup-footer {
   display: flex;
-  justify-content: space-between;
   gap: 20rpx;
 }
 .attachment-upload .attachment-popup .popup-footer .btn {
@@ -254,7 +251,6 @@
   background-color: #f5f5f5;
   color: #666;
   border: none;
-  transition: all 0.2s;
 }
 .attachment-upload .attachment-popup .popup-footer .btn:active {
   opacity: 0.8;

--
Gitblit v1.9.3