cuiqian2004
2025-06-19 619b47962e41f506baf7ce2b535b2de1fecc719e
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>