From c7eaac9ad2be566bf13c5018141d1cad46ccc3c0 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 23 七月 2025 16:38:41 +0800
Subject: [PATCH] 修改样式

---
 pages/shengchanbuliao/form.vue |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/pages/shengchanbuliao/form.vue b/pages/shengchanbuliao/form.vue
index d90be37..8c79536 100644
--- a/pages/shengchanbuliao/form.vue
+++ b/pages/shengchanbuliao/form.vue
@@ -6,9 +6,10 @@
 				<view class="right" style="width: 380rpx;">
 					<input v-model="hform.HBarCode" placeholder="璇锋壂鎻�(鎴栬緭鍏�)鏉$爜" @confirm="getCode(hform.HBarCode)" />
 				</view>
-				<uni-icons type="scan"
-					style="margin-left: 10rpx;background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;"
-					size="20" @click="toScanCode"></uni-icons>
+				<view class="icon-wrapper" @click="toScanCode">
+					<uni-icons type="scan" size="20"></uni-icons>
+				</view>
+
 			</view>
 			<view class="form-item">
 				<view class="title">鏁伴噺:</view>
@@ -1349,6 +1350,7 @@
 		align-items: center;
 		font-size: 30rpx;
 		padding: 6rpx 0;
+		gap: 12rpx;
 
 		.title {
 			width: 208rpx;
@@ -1365,6 +1367,11 @@
 			border-radius: 22rpx;
 			border: 1px solid #acacac;
 			position: relative;
+			display: flex;
+			
+			.uni-combox {
+				width: 100%;
+			}
 		}
 
 		.righton {
@@ -1387,10 +1394,13 @@
 		}
 
 		.icon-wrapper {
-			margin-left: 10rpx;
 			background-color: #3A78FF;
-			padding: 6rpx;
-			border-radius: 50%;
+			border-radius: 100%;
+			width: 52rpx;
+			height: 52rpx;
+			display: flex;
+			justify-content: center;
+			align-items: center;
 
 			.uni-icons {
 				color: #fff !important;

--
Gitblit v1.9.1