components/oi-form/list/textarea/index.vue
@@ -31,12 +31,13 @@ this.onChange(e) }, onClick(e) { if (this.data.disabled) return this.$emit("on-click", e) }, onFocus(e) { this.$emit("on-focus", e) }, } }; @@ -45,7 +46,7 @@ <style lang="scss" scoped> .oi-form-textarea { border: 1px solid #d5d5d5; width: calc(100%- 6rpx); width: calc(100% - 6rpx); border-radius: 6px !important; padding: 3rpx;