riku
2025-09-20 0796eebe3520fafb0ac5d36ee584af81506d7e9c
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: '查询项'