修复桌面端界面显示与稳定性问题
This commit is contained in:
@@ -121,6 +121,7 @@ html,
|
||||
body,
|
||||
#app {
|
||||
min-height: 100%;
|
||||
background: var(--ctms-bg-base);
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -1114,6 +1115,8 @@ body.is-desktop-runtime .desktop-preferences-dialog {
|
||||
}
|
||||
|
||||
body.is-desktop-runtime .desktop-preferences-dialog .el-dialog__body {
|
||||
height: 700px;
|
||||
max-height: calc(100vh - 96px);
|
||||
padding: 0;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user