Browse Source

fix: 配方ui2

master
guoapeng 2 weeks ago
parent
commit
2a1922547d
  1. 6
      src/components/formula/SettingFormulaConfig.vue

6
src/components/formula/SettingFormulaConfig.vue

@ -109,7 +109,7 @@ const validatePass = (rule: any, value: any, callback: any, config: Formula.Form
<ft-input <ft-input
v-model="formData[item.setting_id]" v-model="formData[item.setting_id]"
layout-name="number" layout-name="number"
style="width: 80%"
style="width: 100%"
:name="item.setting_id" :name="item.setting_id"
:controls="false" :controls="false"
:disabled="!props.editable" :disabled="!props.editable"
@ -123,7 +123,7 @@ const validatePass = (rule: any, value: any, callback: any, config: Formula.Form
<ft-input <ft-input
v-model="formData[item.setting_id]" v-model="formData[item.setting_id]"
layout-name="number" layout-name="number"
style="width: 80%"
style="width: 100%"
:name="item.setting_id" :name="item.setting_id"
:controls="false" :controls="false"
:disabled="!props.editable" :disabled="!props.editable"
@ -137,7 +137,7 @@ const validatePass = (rule: any, value: any, callback: any, config: Formula.Form
<el-select <el-select
v-model="formData[item.setting_id]" v-model="formData[item.setting_id]"
v-prevent-keyboard v-prevent-keyboard
style="width: 80%"
style="width: 100%"
placeholder="请选择" placeholder="请选择"
readonly readonly
> >

Loading…
Cancel
Save