Merge pull request #8370 from dataease/pr@dev-v2@style_basic_editor

Pr@dev v2@style basic editor
This commit is contained in:
fit2cloud-chenyw 2024-03-06 13:31:13 +08:00 committed by GitHub
commit b5b992d816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
@ -297,6 +298,7 @@ defineExpose({
<style lang="less">
.basic-param-drawer {
.ed-drawer__footer {
box-shadow: 0 -1px 4px #1f232926 !important;
height: 64px !important;
padding: 16px 24px !important;
.dialog-footer {
@ -342,4 +344,7 @@ defineExpose({
margin-left: 6px;
}
}
.de-basic-switch {
height: 22px;
}
</style>