From cabd3e149adde130982bff2d94e11e7a41eae836 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 10:49:59 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 23 +++++++----------------
1 files changed, 7 insertions(+), 16 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index 8b525e7..5678649 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1019,32 +1019,23 @@
}
}
- /* 鏀惧ぇ uni-table 鐨勫閫夋锛坈heckbox锛夛紝鍏煎鍚勭缂栬瘧鍣ㄥ啓娉� */
- ::v-deep .uni-table .uni-checkbox-wrapper,
- ::v-deep .uni-table .uni-checkbox-input,
- ::v-deep .uni-table .uni-checkbox-input input[type="checkbox"],
- /deep/ .uni-table .uni-checkbox-wrapper,
- /deep/ .uni-table .uni-checkbox-input,
- /deep/ .uni-table .uni-checkbox-input input[type="checkbox"],
- .uni-table > > > .uni-checkbox-wrapper,
- .uni-table > > > .uni-checkbox-input,
- .uni-table > > > .uni-checkbox-input input[type="checkbox"] {
+ /* 鏀惧ぇ 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;
- margin: 0 auto !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
box-sizing: border-box !important;
}
- ::v-deep .uni-table .uni-checkbox-input input[type="checkbox"],
- /deep/ .uni-table .uni-checkbox-input input[type="checkbox"],
- .uni-table > > > .uni-checkbox-input input[type="checkbox"] {
- transform: scale(2.2) !important; /* 2.2鍊嶆斁澶э紝鍙牴鎹渶瑕佽皟鏁� */
- accent-color: #007aff !important; /* 璁剧疆鍕鹃�夎壊锛岀幇浠f祻瑙堝櫒鏀寔 */
+ /* 鍙 input[type=checkbox] 鏀惧ぇ锛屼笉瑕佸姞 ::v-deep 鎴� /deep/ */
+ .uni-table .uni-checkbox-input input[type="checkbox"] {
+ transform: scale(2.2) !important;
+ accent-color: #007aff !important;
cursor: pointer !important;
}
--
Gitblit v1.9.3