src/components/search-option/base/FYOptionText.vue
@@ -5,7 +5,7 @@ :model-value="value" :placeholder="placeholder" @input="handleInput" style="width: 150px" :style="'width:' + width + ';'" /> </el-form-item> </template> @@ -13,6 +13,10 @@ <script> export default { props: { width:{ type: String, default: '150px' }, label: { type: String, default: '查询项'