From 090819b136cc0903bf2ac25845c9b275ddbcba89 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 01 八月 2025 17:32:29 +0800
Subject: [PATCH] dataobjcreat而返回处理

---
 components/oi-form/list/select/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/components/oi-form/list/select/index.vue b/components/oi-form/list/select/index.vue
index 8dd294c..e9bbfb4 100644
--- a/components/oi-form/list/select/index.vue
+++ b/components/oi-form/list/select/index.vue
@@ -29,9 +29,10 @@
 	};
 </script>
 
-<style lang="less" scoped>
+<style lang="less">
 	.oi-form-select {
 		width: 100%;
+
 		.data-picker {
 			width: 100%;
 			background: #FFF;
@@ -63,4 +64,6 @@
 			background-color: #f3f3f3 !important;
 		}
 	}
+
+
 </style>
\ No newline at end of file

--
Gitblit v1.9.1