From 14aaded693b93aec98157ad8f4c4f43d0a89d251 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 10:53:13 +0800
Subject: [PATCH] 调试

---
 pages/index.vue |   32 ++++++++++++++++++--------------
 1 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/pages/index.vue b/pages/index.vue
index 24f25bf..842bc80 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -41,9 +41,9 @@
 					<view class="top-right">
 						<button class="refresh-btn" @click="refresh">鍒锋柊</button>
 					</view>
-					<!--<view>
+					<view>
 						<h4>涓�鍙版満鍙板彧鑳介�夋嫨涓�鏉″伐鍗曪紙澶氶�夐粯璁や负鏈�鍚庝竴鏉★級</h4>
-					</view>-->
+					</view>
 					<view class="section top-section">
 						<view class="form-row">
 							<view>
@@ -177,11 +177,12 @@
 		<view v-if="isShow" class="overlay">
 			<view class="popup">
 				<view class="form-row">
-					<view>
-						<label style="float: left;margin-top: 18px;">鐐瑰嚮鎸夐挳閫夋嫨宸ュ崟鐘舵��:</label>
+					<view style="display: flex; align-items: center;">
+						<label style="float: left;margin-top: 18px;">鐐瑰嚮鎸夐挳绛涢�夊伐鍗曠姸鎬�:</label>
 						<superwei-combox :candidates="engineeringNoMapList" placeholder="璇烽�夋嫨" v-model="engineeringNo"
 										 @select="onEngineeringNoChange" class="picker"
 										 style="padding: 7px 46px;width: 650px;"></superwei-combox>
+						<span style="margin-left: 20px; color: #ff6600; font-size: 18px;">澶氶�夋椂鍙繚鐣欐渶鍚庝竴鏉″伐鍗�</span>
 					</view>
 				</view>
 
@@ -887,16 +888,19 @@
 		/* Increased font size for content */
 	}
 
-	.picker {
-		float: left;
-		margin-top: 7px;
-		margin-left: 10px;
-		text-align: center;
-		font-size: 100%;
-		padding: 5.5px 1px;
-		background-color: #f8f8f8;
-		border: 2px solid #ccc;
-	}
+    .picker {
+        float: left;
+        margin-top: 7px;
+        margin-left: 10px;
+        text-align: center;
+        font-size: 100%;
+        padding: 5.5px 1px;
+        background-color: #fff; // 杩欓噷鏀逛负钃濊壊
+        border: 2px solid #007aff; // 杈规涔熸敼涓鸿摑鑹�
+        color: #007aff; // 瀛椾綋棰滆壊鏀逛负鐧借壊锛屼繚璇佸彲璇绘��
+        border-radius: 6px;
+        transition: background 0.2s;
+    }
 
 	.th {
 		background-color: lightskyblue;

--
Gitblit v1.9.3