From 7ff2f14f7300a04854e8d53622e8bd829f183cd5 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 15:00:04 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index bfe8051..616389c 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1061,23 +1061,23 @@
:deep(.el-checkbox) {
- min-width: 48px !important;
- min-height: 48px !important;
+ min-width: 60px !important;
+ min-height: 60px !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;
+ width: 44px !important;
+ height: 44px !important;
+ font-size: 44px !important;
}
:deep(.el-checkbox__inner) {
- width: 32px !important;
- height: 32px !important;
- border-radius: 6px !important;
+ width: 44px !important;
+ height: 44px !important;
+ border-radius: 8px !important;
border: 2px solid #007aff !important;
}
--
Gitblit v1.9.3