From 9a7f2b280f4b95330176d7e12fc472d2ef424ca1 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 10:33:24 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 45 ++++++++++++++++++++++-----------------------
1 files changed, 22 insertions(+), 23 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index 6c00cf0..62b0528 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1019,6 +1019,28 @@
}
}
+ /* 鏀惧湪 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;
+ }
+
+ ::v-deep .uni-table .uni-checkbox-input {
+ border-radius: 8px !important;
+ border: 2.5px solid #007aff !important;
+ }
+
+ ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon {
+ font-size: 38px !important;
+ line-height: 44px !important;
+ }
+
/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */
@media screen and (min-width: 1280px) and (max-width: 1920px) {
.right-side {
@@ -1055,29 +1077,6 @@
border: 2px solid #007aff;
margin: 0 auto;
display: block;
- }
-
-
- /* 鏀惧湪 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;
- }
-
- ::v-deep .uni-table .uni-checkbox-input {
- border-radius: 8px !important;
- border: 2.5px solid #007aff !important;
- }
-
- ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon {
- font-size: 38px !important;
- line-height: 44px !important;
}
</style>
--
Gitblit v1.9.3