mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #8370 from dataease/pr@dev-v2@style_basic_editor
Pr@dev v2@style basic editor
This commit is contained in:
commit
b5b992d816
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user