forked from github/dataease
style(系统设置): 基础设置-第三方自动创建用户高度错误
This commit is contained in:
parent
b23f51b903
commit
7a2f0aebb3
@ -206,6 +206,7 @@ defineExpose({
|
||||
:label="t(item.label)"
|
||||
>
|
||||
<el-switch
|
||||
class="de-basic-switch"
|
||||
v-if="item.pkey === 'autoCreateUser'"
|
||||
active-value="true"
|
||||
inactive-value="false"
|
||||
@ -342,4 +343,7 @@ defineExpose({
|
||||
margin-left: 6px;
|
||||
}
|
||||
}
|
||||
.de-basic-switch {
|
||||
height: 22px;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user