style(系统设置): 基础设置-第三方自动创建用户高度错误

This commit is contained in:
fit2cloud-chenyw 2024-03-06 13:27:14 +08:00
parent b23f51b903
commit 7a2f0aebb3

View File

@ -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>