diff --git a/src/components/BaseForm/search-form.vue b/src/components/BaseForm/search-form.vue index f1f99380..0cb296ce 100644 --- a/src/components/BaseForm/search-form.vue +++ b/src/components/BaseForm/search-form.vue @@ -146,17 +146,19 @@ - - - {{ item.label }} - +
+ + + {{ item.label }} + +
@@ -174,11 +176,11 @@ export default { }, labelWidth: { type: String, - default: "", + default: '', }, size: { type: String, - default: "mini", + default: 'mini', }, searchForm: { type: Array, @@ -196,10 +198,10 @@ export default { methods: { handleClick(emitKey) { // emit事件 - this.$emit(`${emitKey}`); + this.$emit(`${emitKey}`) }, }, -}; +}