From fb2f2b71c1908cd1630418779a7613cd7970cb96 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 12 九月 2025 08:25:37 +0800
Subject: [PATCH] 调整部分页面样式异常

---
 .hbuilderx/launch.json        |    2 +-
 pages/xiaoshoutuihuo/form.vue |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index d7abf73..a7d9080 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -21,7 +21,7 @@
             "type" : "uni-app:app-ios"
         },
         {
-            "customPlaygroundType" : "device",
+            "customPlaygroundType" : "local",
             "localRepoPath" : "D:/WorkBench/ZY_APP_Dev/STUWMS/unpackage/debug",
             "openVueDevtools" : true,
             "packageName" : "com.shebeiguanli.www",
diff --git a/pages/xiaoshoutuihuo/form.vue b/pages/xiaoshoutuihuo/form.vue
index 330dcff..1a51a65 100644
--- a/pages/xiaoshoutuihuo/form.vue
+++ b/pages/xiaoshoutuihuo/form.vue
@@ -1464,4 +1464,8 @@
 			}
 		}
 	}
+    
+    .uni-combox {
+        width: 100%;
+    }
 </style>
\ No newline at end of file

--
Gitblit v1.9.1