From f9c16d3b9648b768c4afb8e23166694d37e8342d Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 09:54:24 +0800
Subject: [PATCH] 调试

---
 pages/index.vue |   73 +++++++++++++++++++++++++-----------
 1 files changed, 51 insertions(+), 22 deletions(-)

diff --git a/pages/index.vue b/pages/index.vue
index 76a9ee3..7c444c2 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -192,19 +192,20 @@
 
 						<view class="section card">
 							<uni-table ref="table" type="selection" border stripe emptyText="鏆傛棤鏇村鏁版嵁"
-									   @selection-change="selectionChange">
+									   class="large-selection-table" @selection-change="selectionChange">
 								<uni-tr>
-									<uni-th align="center" class="th" style="color: #FFFFFF">宸ュ簭</uni-th>
-									<uni-th align="center" class="th" style="color: #FFFFFF">宸ュ崟鍙�</uni-th>
-									<uni-th align="center" class="th" style="color: #FFFFFF">浜у搧缂栫爜</uni-th>
-									<uni-th align="center" class="th" style="color: #FFFFFF">浜у搧鍚嶇О</uni-th>
-									<uni-th align="center" class="th" style="color: #FFFFFF">瑙勬牸</uni-th>
-									<uni-th align="center" class="th" style="color: #FFFFFF;width: 100px;">宸茬敓浜ф暟閲�</uni-th>
-									<uni-th align="center" class="th" style="color: #FFFFFF;width: 100px;">鏈敓浜ф暟閲�</uni-th>
-									<uni-th align="center" class="th" style="color: #FFFFFF;width: 100px;">娲惧伐鏁伴噺</uni-th>
-									<uni-th align="center" class="th" style="color: #FFFFFF;width: 100px;">宸ュ崟鏁伴噺</uni-th>
-									<uni-th align="center" class="th" style="color: #FFFFFF;width: 100px;">宸ュ崟鐘舵��</uni-th>
-									<uni-th align="center" class="th" style="color: #FFFFFF;width: 100px;">鎶ュ伐浜�</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 100px;">宸ュ簭</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 120px;">宸ュ崟鍙�</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 120px;">浜у搧缂栫爜</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 260px;">浜у搧鍚嶇О</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 260px;">瑙勬牸</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 80px;">宸茬敓浜ф暟閲�</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 80px;">鏈敓浜ф暟閲�</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 80px;">娲惧伐鏁伴噺</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 80px;">宸ュ崟鏁伴噺</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 100px;">宸ュ崟鐘舵��</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 100px;">鎶ュ伐浜�</uni-th>
+									<uni-th align="center" class="th" style="color: #FFFFFF; width: 100px;">閫夋嫨</uni-th>
 								</uni-tr>
 								<uni-tr v-for="(item, index) in tableData"
 										:key="index"
@@ -345,6 +346,8 @@
 		methods: {
             onRowClick(index) {
                 this.selectedIndexs = [index]; // 鍗曢��
+                // 鎵嬪姩瑙﹀彂 selectionChange 浠ュ悓姝ュ閫夋
+                this.selectionChange({ detail: { index } });
             },
 			checkForUpdate() {
 				this.$post({
@@ -751,6 +754,14 @@
 
 <style lang="scss">
 
+    :deep(.checkbox),
+    :deep(.checkbox__inner) {
+        padding: 10px !important;
+        width: 44px !important;
+        min-width: 44px !important;
+        box-sizing: border-box;
+    }
+
     .row-selected {
         background-color: #e0f3ff !important;
     }
@@ -993,16 +1004,15 @@
 		align-items: center;
 	}
 
-	.popup {
-		background-color: #fff;
-		padding: 2vh;
-		border: 1px solid #ccc;
-		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-		width: 90vw;
-		height: 70vh;
-		font-size: 1.6vw;
-		/* Increased font size within popups */
-	}
+    .popup {
+        background-color: #fff;
+        padding: 2vh;
+        border: 1px solid #ccc;
+        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
+        width: 90vw;
+        height: 85vh; /* 鍘�70vh锛岃皟楂� */
+        font-size: 1.6vw;
+    }
 
 	.print-btn {
 		float: left;
@@ -1034,6 +1044,17 @@
         display: block;
     }
 
+/*    //v-deep .checkbox {
+    //    padding: 10 10px;
+    //    width: 26px;
+    //    padding-left: 12px;
+    //    display: table-cell;
+    //    vertical-align: middle;
+    //    color: #333;
+    //    font-weight: 500;
+    //    border-bottom: 1px #ebeef5 solid;
+    //    font-size: 14px;
+    //}*/
 
 	@media screen and (max-width: 1920px) {
 		.tab-item {
@@ -1058,6 +1079,14 @@
         overflow-wrap: break-word;
     }
 
+    // 鏀惧ぇ寮圭獥鍐呰〃鏍煎瓧浣擄紙琛ㄥご鍜屽唴瀹癸級
+    .popup .large-selection-table,
+    .popup .large-selection-table .uni-th,
+    .popup .large-selection-table .uni-td,
+    .popup .large-selection-table input.form-input {
+        font-size: 2.2vw !important; // 鍙牴鎹疄闄呴渶姹傝皟鏁�
+    }
+
 	/* 閽堝1280x800鐨勫钩鏉夸娇鐢ㄥ獟浣撴煡璇㈣繘琛岄�傞厤 */
 	@media screen and (min-width: 1280px) and (max-width: 1920px) {
 		.right-side {

--
Gitblit v1.9.3