From e83b10a7690e2012dc8683b65bc5ae504a7c5910 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 14:46:34 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index b9f0c99..c75a6ae 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1059,6 +1059,28 @@
overflow-wrap: break-word;
}
+ /* 鏀惧ぇuni-table閫夋嫨妗嗗垪锛堝吋瀹箄ni-table鍜屽師鐢焧able锛� */
+ .uni-table .uni-table-selection,
+ .uni-table .uni-table-selection th,
+ .uni-table .uni-table-selection td,
+ .uni-table .uni-table__selection-column,
+ .uni-table .uni-table__selection-column th,
+ .uni-table .uni-table__selection-column td {
+ width: 60px !important; /* 璋冨ぇ瀹藉害锛屽彲鏍规嵁闇�瑕佽皟鏁� */
+ min-width: 60px !important;
+ max-width: 80px;
+ text-align: center;
+ }
+
+ .uni-table .uni-table-selection .uni-checkbox-input,
+ .uni-table .uni-table__selection-column .uni-checkbox-input {
+ width: 32px !important; /* 鏀惧ぇ澶嶉�夋 */
+ height: 32px !important;
+ transform: scale(1.5); /* 杩涗竴姝ユ斁澶� */
+ margin: 0 auto;
+ display: block;
+ }
+
/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */
@media screen and (min-width: 1280px) and (max-width: 1920px) {
.right-side {
--
Gitblit v1.9.3