From e82f338fc14bcf4909573713fe8fc63acd963880 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 10:31:00 +0800
Subject: [PATCH] 调试

---
 pages/index.vue |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/pages/index.vue b/pages/index.vue
index c04395f..6c00cf0 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1061,20 +1061,23 @@
     /* 鏀惧湪 style 鏍囩鏈�鍚庯紝纭繚浼樺厛绾� */
     ::v-deep .uni-table .uni-checkbox-wrapper,
     ::v-deep .uni-table .uni-checkbox-input {
-        width: 32px !important;
-        height: 32px !important;
-        min-width: 32px !important;
-        min-height: 32px !important;
+        width: 44px !important;
+        height: 44px !important;
+        min-width: 44px !important;
+        min-height: 44px !important;
+        display: flex;
+        align-items: center;
+        justify-content: center;
     }
 
     ::v-deep .uni-table .uni-checkbox-input {
-        border-radius: 6px !important;
-        border: 2px solid #007aff !important;
+        border-radius: 8px !important;
+        border: 2.5px solid #007aff !important;
     }
 
     ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon {
-        font-size: 28px !important;
-        line-height: 32px !important;
+        font-size: 38px !important;
+        line-height: 44px !important;
     }
 
 </style>

--
Gitblit v1.9.3