From f85f5f3fcc0d3a173e5b852161d2f0c888e72f44 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 14:58:24 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 28 +++++++++++++++++++++++-----
1 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index 283b647..bfe8051 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1060,14 +1060,32 @@
}
- /* 鎺ㄨ崘鐩存帴鐢ㄦ渶鍏蜂綋鐨勭被鍚嶅拰 !important */
- .uni-checkbox-input {
- width: 40px !important;
- height: 40px !important;
- transform: scale(1.8) !important;
+ :deep(.el-checkbox) {
+ min-width: 48px !important;
+ min-height: 48px !important;
+ display: flex !important;
+ align-items: center !important;
+ justify-content: center !important;
+ }
+
+ :deep(.el-checkbox__input) {
+ width: 32px !important;
+ height: 32px !important;
+ font-size: 32px !important;
+ }
+
+ :deep(.el-checkbox__inner) {
+ width: 32px !important;
+ height: 32px !important;
+ border-radius: 6px !important;
border: 2px solid #007aff !important;
}
+ :deep(.el-checkbox__input.is-checked .el-checkbox__inner) {
+ background-color: #007aff !important;
+ border-color: #007aff !important;
+ }
+
/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */
@media screen and (min-width: 1280px) and (max-width: 1920px) {
.right-side {
--
Gitblit v1.9.3