mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(数据源): API数据源-编辑数据表-认证方式表单宽度不对
This commit is contained in:
@@ -31,6 +31,7 @@ const change = () => {
|
||||
<el-form label-position="top">
|
||||
<el-form-item class="api-auth-config" :label="t('datasource.verification_method')">
|
||||
<el-select
|
||||
style="width: 100%"
|
||||
v-model="request.authManager.verification"
|
||||
@change="change"
|
||||
:placeholder="t('datasource.verification_method')"
|
||||
|
||||
Reference in New Issue
Block a user