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

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

diff --git a/pages/index.vue b/pages/index.vue
index 24e8034..b8eded8 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -752,6 +752,14 @@
 
 <style lang="scss">
 
+    :deep(.checkbox),
+    :deep(.checkbox__inner) {
+        padding: 10px !important;
+        width: 44px !important;
+        min-width: 44px !important;
+        box-sizing: border-box;
+    }
+
     .row-selected {
         background-color: #e0f3ff !important;
     }
@@ -1057,55 +1065,6 @@
         /* 鍙�夛細璁剧疆鏈�澶у搴︼紝闃叉鎾戠牬琛ㄦ牸 */
         max-width: 180px;
         overflow-wrap: break-word;
-    }
-
-
-    :deep(.el-checkbox) {
-        min-width: 60px !important;
-        min-height: 60px !important;
-        display: flex !important;
-        align-items: center !important;
-        justify-content: center !important;
-        /* 鍙�夛細璁╁唴瀹瑰眳涓� */
-    }
-
-    :deep(.el-checkbox__input) {
-        width: 44px !important;
-        height: 44px !important;
-        font-size: 44px !important;
-    }
-
-    :deep(.el-checkbox__inner) {
-        width: 44px !important;
-        height: 44px !important;
-        border-radius: 8px !important;
-        border: 2px solid #007aff !important;
-    }
-
-    :deep(.el-checkbox__input.is-checked .el-checkbox__inner) {
-        background-color: #007aff !important;
-        border-color: #007aff !important;
-    }
-
-    /* 閲嶇偣锛氳缃�夋嫨妗嗗崟鍏冩牸鐨� padding 涓� 10px */
-    :deep(th.el-checkbox) {
-        padding: 10px !important;
-    }
-
-    :deep(td.el-checkbox) {
-        padding: 10px !important;
-    }
-
-    .checkbox[data-v-c2c83a8e] {
-        padding: 10px;
-        width: 26px;
-        padding-left: 12px;
-        display: table-cell;
-        vertical-align: middle;
-        color: #333;
-        font-weight: 500;
-        border-bottom: 1px #ebeef5 solid;
-        font-size: 14px;
     }
 
 	/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */

--
Gitblit v1.9.3