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

---
 pages/index.vue |   34 ++++++++++++++--------------------
 1 files changed, 14 insertions(+), 20 deletions(-)

diff --git a/pages/index.vue b/pages/index.vue
index 095fed9..067250b 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1060,27 +1060,21 @@
     }
 
 
-/* 鏀惧ぇuni-table閫夋嫨妗嗗垪锛堝吋瀹箄ni-table鍜屽師鐢焧able锛� */
-.uni-table .uni-table-selection,
-.uni-table .uni-table-selection th,
-.uni-table .uni-table-selection td,
-.uni-table .uni-table__selection-column,
-.uni-table .uni-table__selection-column th,
-.uni-table .uni-table__selection-column td {
-    width: 60px !important;   /* 璋冨ぇ瀹藉害锛屽彲鏍规嵁闇�瑕佽皟鏁� */
-    min-width: 60px !important;
-    max-width: 80px;
-    text-align: center;
-}
+    /* 鏀惧ぇuni-table閫夋嫨妗� */
+    .uni-table .uni-table-selection,
+    .uni-table .uni-table__selection-column {
+        width: 80px !important;
+        min-width: 80px !important;
+    }
 
-.uni-table .uni-table-selection .uni-checkbox-input,
-.uni-table .uni-table__selection-column .uni-checkbox-input {
-    width: 32px !important;   /* 鏀惧ぇ澶嶉�夋 */
-    height: 32px !important;
-    transform: scale(3);   /* 杩涗竴姝ユ斁澶� */
-    margin: 0 auto;
-    display: block;
-}
+    .uni-table .uni-table-selection .uni-checkbox-input,
+    .uni-table .uni-table__selection-column .uni-checkbox-input {
+        width: 40px !important;
+        height: 40px !important;
+        transform: scale(1.5);
+        margin: 0 auto;
+        display: block;
+    }
 
 	/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */
 	@media screen and (min-width: 1280px) and (max-width: 1920px) {

--
Gitblit v1.9.3