From 93eb6b470773bc49ea6e1a9d4cbd914eb95d525b Mon Sep 17 00:00:00 2001
From: lrj <owen.stl@gmail.com>
Date: 星期二, 30 九月 2025 17:38:04 +0800
Subject: [PATCH] feat: 完善比赛晋级功能并清理测试文件

---
 wx/pages/registration/registration.wxss |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/wx/pages/registration/registration.wxss b/wx/pages/registration/registration.wxss
index d9c4192..087ca4d 100644
--- a/wx/pages/registration/registration.wxss
+++ b/wx/pages/registration/registration.wxss
@@ -841,6 +841,12 @@
   transition: all 0.3s ease;
 }
 
+.attachment-actions .action-btn.preview {
+  color: #1976d2;
+  background: #f3f8ff;
+  margin-right: 8rpx;
+}
+
 .attachment-actions .action-btn.delete {
   color: #dc3545;
   background: #fff5f5;

--
Gitblit v1.8.0