删掉了不必要的增加(就是之前说的那个样式bug其实不是bug)

style="width:194px"
This commit is contained in:
薛定饿了不养喵
2024-03-31 03:58:55 +08:00
committed by GitHub
parent f9c9af8261
commit 9729bc00a0

View File

@@ -66,7 +66,6 @@
<el-select
v-model="dbform.dbName"
clearable
style="width:194px"
filterable
placeholder="请选择数据库"
@change="getTableFunc"
@@ -86,7 +85,6 @@
<el-select
v-model="dbform.tableName"
:disabled="!dbform.dbName"
style="width:194px"
filterable
placeholder="请选择表"
>