mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
Merge pull request #11108 from dataease/pr@dev-v2@style_system_setting
style(X-Pack): 系统设置-页面标题上下间距设置为16px
This commit is contained in:
@@ -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
Submodule de-xpack updated: 83ef714610...d5b5f4fd21
Reference in New Issue
Block a user