修改模式名称显示不完整问题
This commit is contained in:
parent
283157dfce
commit
a6f6516923
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user