mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
style(系统设置): 基础设置-第三方自动创建用户高度错误
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user