From 9a809e800a15cb6d2e4862ac600f8fa813cf97a5 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 10:03:59 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index 69ee086..c04395f 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1057,4 +1057,24 @@
display: block;
}
+
+ /* 鏀惧湪 style 鏍囩鏈�鍚庯紝纭繚浼樺厛绾� */
+ ::v-deep .uni-table .uni-checkbox-wrapper,
+ ::v-deep .uni-table .uni-checkbox-input {
+ width: 32px !important;
+ height: 32px !important;
+ min-width: 32px !important;
+ min-height: 32px !important;
+ }
+
+ ::v-deep .uni-table .uni-checkbox-input {
+ border-radius: 6px !important;
+ border: 2px solid #007aff !important;
+ }
+
+ ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon {
+ font-size: 28px !important;
+ line-height: 32px !important;
+ }
+
</style>
--
Gitblit v1.9.3