From 25891ddbe1ac7a2123c9f775d0de2e141ac4a1c6 Mon Sep 17 00:00:00 2001
From: cyy <cuiqian2004@163.com>
Date: 星期六, 01 三月 2025 18:06:40 +0800
Subject: [PATCH] 5601 modify form smallwmd

---
 .hbuilderx/launch.json         |   20 +++++++++++++-------
 pages/modal/small-wnd/line.vue |    2 +-
 pages/modal/3200.vue           |    2 +-
 3 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 9b0d791..2521efd 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -4,13 +4,19 @@
     "version" : "0.0",
     "configurations" : [
         {
-            "app-plus" : {
-                "launchtype" : "local"
-            },
-            "default" : {
-                "launchtype" : "local"
-            },
-            "type" : "uniCloud"
+        	"app-plus" : 
+        	{
+        		"launchtype" : "local"
+        	},
+        	"default" : 
+        	{
+        		"launchtype" : "local"
+        	},
+        	"h5" : 
+        	{
+        		"launchtype" : "local"
+        	},
+        	"type" : "uniCloud"
         },
         {
             "playground" : "standard",
diff --git a/pages/modal/3200.vue b/pages/modal/3200.vue
index dc03306..ea41501 100644
--- a/pages/modal/3200.vue
+++ b/pages/modal/3200.vue
@@ -2029,7 +2029,7 @@
 		},
 	};
 </script>
-<style lang="less">
+<style lang="scss">
 	.uni-page-modal-3200 {
 		display: flex;
 		flex-direction: column;
diff --git a/pages/modal/small-wnd/line.vue b/pages/modal/small-wnd/line.vue
index 6de123d..b8eb78a 100644
--- a/pages/modal/small-wnd/line.vue
+++ b/pages/modal/small-wnd/line.vue
@@ -493,7 +493,7 @@
 </script>
 
 
-<style lang="less">
+<style lang="scss">
 	.uni-page-modal-small-wnd-line {
 		width: 100%;
 		display: flex;

--
Gitblit v1.9.1