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

---
 pages/index.vue   |   31 +++++--------------------------
 .vs/前端2/v17/.wsuo |    0 
 2 files changed, 5 insertions(+), 26 deletions(-)

diff --git "a/.vs/\345\211\215\347\253\2572/v17/.wsuo" "b/.vs/\345\211\215\347\253\2572/v17/.wsuo"
index 52b3960..c56483b 100644
--- "a/.vs/\345\211\215\347\253\2572/v17/.wsuo"
+++ "b/.vs/\345\211\215\347\253\2572/v17/.wsuo"
Binary files differ
diff --git a/pages/index.vue b/pages/index.vue
index 21187ec..ef1f43a 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1059,32 +1059,11 @@
         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;
+    :deep(.checkbox) {
+        padding: 10px !important; // 鍥涘懆閮芥槸 10px
+        width: 44px !important; // 浣犳兂瑕佺殑瀹藉害
+        min-width: 44px !important;
+        box-sizing: border-box;
     }
 
 	/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */

--
Gitblit v1.9.3