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

---
 pages/index.vue |   41 ++++++++++++++++++++++++-----------------
 1 files changed, 24 insertions(+), 17 deletions(-)

diff --git a/pages/index.vue b/pages/index.vue
index 9e6e43c..8b525e7 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1019,26 +1019,33 @@
 		}
 	}
 
-    /* 鏀惧湪 style 鏍囩鏈�鍚庯紝纭繚浼樺厛绾� */
+    /* 鏀惧ぇ uni-table 鐨勫閫夋锛坈heckbox锛夛紝鍏煎鍚勭缂栬瘧鍣ㄥ啓娉� */
     ::v-deep .uni-table .uni-checkbox-wrapper,
-    ::v-deep .uni-table .uni-checkbox-input {
-        width: 55px !important;
-        height: 55px !important;
-        min-width: 55px !important;
-        min-height: 55px !important;
-        display: flex;
-        align-items: center;
-        justify-content: center;
+    ::v-deep .uni-table .uni-checkbox-input,
+    ::v-deep .uni-table .uni-checkbox-input input[type="checkbox"],
+    /deep/ .uni-table .uni-checkbox-wrapper,
+    /deep/ .uni-table .uni-checkbox-input,
+    /deep/ .uni-table .uni-checkbox-input input[type="checkbox"],
+    .uni-table > > > .uni-checkbox-wrapper,
+    .uni-table > > > .uni-checkbox-input,
+    .uni-table > > > .uni-checkbox-input input[type="checkbox"] {
+        width: 48px !important;
+        height: 48px !important;
+        min-width: 48px !important;
+        min-height: 48px !important;
+        margin: 0 auto !important;
+        display: flex !important;
+        align-items: center !important;
+        justify-content: center !important;
+        box-sizing: border-box !important;
     }
 
-    ::v-deep .uni-table .uni-checkbox-input {
-        border-radius: 10px !important;
-        border: 2.5px solid #007aff !important;
-    }
-
-    ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon {
-        font-size: 38px !important;
-        line-height: 55px !important;
+    ::v-deep .uni-table .uni-checkbox-input input[type="checkbox"],
+    /deep/ .uni-table .uni-checkbox-input input[type="checkbox"],
+    .uni-table > > > .uni-checkbox-input input[type="checkbox"] {
+        transform: scale(2.2) !important; /* 2.2鍊嶆斁澶э紝鍙牴鎹渶瑕佽皟鏁� */
+        accent-color: #007aff !important; /* 璁剧疆鍕鹃�夎壊锛岀幇浠f祻瑙堝櫒鏀寔 */
+        cursor: pointer !important;
     }
 
 	/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */

--
Gitblit v1.9.3