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

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

diff --git a/pages/index.vue b/pages/index.vue
index 5678649..801878a 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1032,13 +1032,22 @@
         box-sizing: border-box !important;
     }
 
-    /* 鍙 input[type=checkbox] 鏀惧ぇ锛屼笉瑕佸姞 ::v-deep 鎴� /deep/ */
+    /* 鍙 input[type=checkbox] 鏀惧ぇ锛屼笉瑕佸姞 :deep() */
     .uni-table .uni-checkbox-input input[type="checkbox"] {
         transform: scale(2.2) !important;
         accent-color: #007aff !important;
         cursor: pointer !important;
     }
 
+    /* 鏀惧ぇ uni-table 鐨勫閫夋鍒楀 */
+    :deep(.uni-table .uni-table-selection),
+    :deep(.uni-table th.is-selection),
+    :deep(.uni-table td.is-selection) {
+        width: 100px !important;
+        min-width: 100px !important;
+        max-width: 120px !important;
+    }
+
 	/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */
 	@media screen and (min-width: 1280px) and (max-width: 1920px) {
 		.right-side {

--
Gitblit v1.9.3