From 7ce0e7ec84b19ec5550eb2a1353b43ff59ad40d1 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 11:01:30 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 39 +++++++++++++++++++++++----------------
1 files changed, 23 insertions(+), 16 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index a954ee8..801878a 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1019,26 +1019,33 @@
}
}
- /* 鏀惧湪 style 鏍囩鏈�鍚庯紝纭繚浼樺厛绾� */
- ::v-deep .uni-table .uni-checkbox-wrapper,
- ::v-deep .uni-table .uni-checkbox-input {
- width: 44px !important;
- height: 44px !important;
- min-width: 44px !important;
- min-height: 44px !important;
- display: flex;
- align-items: center;
- justify-content: center;
+ /* 鏀惧ぇ uni-table 鐨勫閫夋锛坈heckbox锛� */
+ :deep(.uni-table .uni-checkbox-wrapper),
+ :deep(.uni-table .uni-checkbox-input) {
+ width: 48px !important;
+ height: 48px !important;
+ min-width: 48px !important;
+ min-height: 48px !important;
+ display: flex !important;
+ align-items: center !important;
+ justify-content: center !important;
+ box-sizing: border-box !important;
}
- ::v-deep .uni-table .uni-checkbox-input {
- border-radius: 8px !important;
- border: 2.5px solid #007aff !important;
+ /* 鍙 input[type=checkbox] 鏀惧ぇ锛屼笉瑕佸姞 :deep() */
+ .uni-table .uni-checkbox-input input[type="checkbox"] {
+ transform: scale(2.2) !important;
+ accent-color: #007aff !important;
+ cursor: pointer !important;
}
- ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon {
- font-size: 38px !important;
- line-height: 44px !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鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */
--
Gitblit v1.9.3