File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
ui/src/views/template/component Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 4444 <el-select
4545 v-loading =" model_type_loading"
4646 @change =" list_base_model($event)"
47- style =" width : 100% "
4847 v-model =" base_form_data.model_type"
49- class =" m-2"
48+ class =" w-full m-2"
5049 placeholder =" 请选择模型类型"
5150 >
5251 <el-option
6160 <el-select
6261 @change =" getModelForm($event)"
6362 v-loading =" base_model_loading"
64- style =" width : 100% "
6563 v-model =" base_form_data.model_name"
66- class =" m-2"
64+ class =" w-full m-2"
6765 placeholder =" 请选择基础模型"
6866 filterable
6967 allow-create
Original file line number Diff line number Diff line change 3939 <el-select
4040 v-loading =" model_type_loading"
4141 @change =" list_base_model($event)"
42- style =" width : 100% "
4342 v-model =" base_form_data.model_type"
44- class =" m-2"
43+ class =" w-full m-2"
4544 placeholder =" 请选择模型类型"
4645 >
4746 <el-option
5655 <el-select
5756 @change =" getModelForm($event)"
5857 v-loading =" base_model_loading"
59- style =" width : 100% "
6058 v-model =" base_form_data.model_name"
61- class =" m-2"
59+ class =" w-full m-2"
6260 placeholder =" 请选择基础模型"
6361 filterable
6462 allow-create
You can’t perform that action at this time.
0 commit comments