forked from github/dataease
style(X-Pack): 系统设置-页面标题上下间距设置为16px
This commit is contained in:
parent
7c0aa9f278
commit
5e9117cdb9
@ -106,10 +106,10 @@ const setCollapse = () => {
|
||||
}
|
||||
|
||||
.with-sider {
|
||||
padding: 10px 24px 24px 24px;
|
||||
padding: 16px 24px 24px 24px;
|
||||
}
|
||||
.with-sider:has(.appearance-foot) {
|
||||
padding: 10px 24px 0px 24px !important;
|
||||
padding: 16px 24px 0px 24px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -622,9 +622,9 @@ onMounted(() => {
|
||||
.sys-setting-p {
|
||||
width: 100%;
|
||||
background: #ffffff;
|
||||
height: calc(100vh - 136px);
|
||||
height: calc(100vh - 140px);
|
||||
box-sizing: border-box;
|
||||
margin-top: 12px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
.setting-auto-h {
|
||||
height: auto !important;
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 83ef714610f2781f6de6699e7bc5aad01abd90bd
|
||||
Subproject commit d5b5f4fd21db4d495e6026496381ae9e43b65fb8
|
Loading…
Reference in New Issue
Block a user