From 49dfdd3bf265db28d38167f34e9aabfdd3e8e5db Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 17 十月 2025 10:16:58 +0800
Subject: [PATCH] imagebutton
---
components/oi-form/list/select/index.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/components/oi-form/list/select/index.vue b/components/oi-form/list/select/index.vue
index accc501..e9bbfb4 100644
--- a/components/oi-form/list/select/index.vue
+++ b/components/oi-form/list/select/index.vue
@@ -22,16 +22,17 @@
},
methods: {
onChange(e) {
- this.$emit("change", e)
+ this.$emit("on-change", e)
},
}
};
</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