style: 简化样式代码

This commit is contained in:
teukkk 2024-04-16 10:17:19 +08:00
parent 3e21722277
commit efdc9f30d2
2 changed files with 4 additions and 8 deletions

View File

@ -44,9 +44,8 @@
<el-select
v-loading="model_type_loading"
@change="list_base_model($event)"
style="width: 100%"
v-model="base_form_data.model_type"
class="m-2"
class="w-full m-2"
placeholder="请选择模型类型"
>
<el-option
@ -61,9 +60,8 @@
<el-select
@change="getModelForm($event)"
v-loading="base_model_loading"
style="width: 100%"
v-model="base_form_data.model_name"
class="m-2"
class="w-full m-2"
placeholder="请选择基础模型"
filterable
allow-create

View File

@ -39,9 +39,8 @@
<el-select
v-loading="model_type_loading"
@change="list_base_model($event)"
style="width: 100%"
v-model="base_form_data.model_type"
class="m-2"
class="w-full m-2"
placeholder="请选择模型类型"
>
<el-option
@ -56,9 +55,8 @@
<el-select
@change="getModelForm($event)"
v-loading="base_model_loading"
style="width: 100%"
v-model="base_form_data.model_name"
class="m-2"
class="w-full m-2"
placeholder="请选择基础模型"
filterable
allow-create