修改模式名称显示不完整问题

This commit is contained in:
RenCheng 2025-04-21 14:31:21 +08:00
parent 283157dfce
commit a6f6516923

View File

@ -2,7 +2,7 @@
<div>
<a-row type="flex">
<a-col flex="auto">
<a-select placeholder="选择模式" option-filter-prop="children" size="large" v-model="schemaName" style="width: 200px;">
<a-select placeholder="选择模式" option-filter-prop="children" size="large" v-model="schemaName" style="width: 300px;">
<a-select-option v-for="d in allSchemaName" :key="d">
{{ d }}
</a-select-option>