From bf2bcc140436e35459c776f0e71c04fdfc74ae91 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 15:08:55 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 53 ++++++++++++++++++++++++++++++++++++++---------------
1 files changed, 38 insertions(+), 15 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index 24e8034..efd42ab 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1087,25 +1087,48 @@
border-color: #007aff !important;
}
- /* 閲嶇偣锛氳缃�夋嫨妗嗗崟鍏冩牸鐨� padding 涓� 10px */
- :deep(th.el-checkbox) {
- padding: 10px !important;
+ /* 瑕嗙洊 uni-table 閫夋嫨鍒楀ぇ灏忎笌鍐呰竟璺濓紙H5 涓庨潪 H5 閫氱敤锛� */
+ .uni-table .uni-table-tr > .checkbox {
+ padding: 10px 10px 10px 14px !important; /* 浣犵殑瑕佹眰锛歱adding=10px锛屽彲绋嶅井宸︾缉杩� */
+ width: 90px !important; /* 鎵╁鏁村垪 */
+ box-sizing: border-box;
+
}
- :deep(td.el-checkbox) {
- padding: 10px !important;
+ .uni-table .uni-table-tr > .checkbox .uni-table-checkbox {
+ margin: 0 !important; /* 鍘绘帀鍐呴儴榛樿涓婁笅 margin */
+
}
- .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;
+ .uni-table .uni-table-tr > .checkbox .checkbox__inner {
+ width: 36px !important;
+ height: 36px !important;
+ border-radius: 6px !important;
+ border: 2px solid #007aff !important;
+
+ }
+
+ .uni-table .uni-table-tr > .checkbox .checkbox__inner.is-checked {
+ background-color: #007aff !important;
+ border-color: #007aff !important;
+
+ }
+
+ .uni-table .uni-table-tr > .checkbox .checkbox__inner-icon {
+ top: 6px !important;
+ left: 11px !important;
+ height: 18px !important;
+ width: 8px !important;
+ border-width: 3px !important;
+
+ }
+
+
+ /* 琛ㄥご琛岋紙绗竴琛岋級checkbox 涔熷姞澶э紙H5 鐨� <th class="checkbox">锛� */
+ table.uni-table tr .checkbox {
+ padding: 10px 10px 10px 14px !important;
+ width: 90px !important;
+
}
/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */
--
Gitblit v1.9.3