修改系统设置样式

This commit is contained in:
whyour
2022-11-11 14:55:09 +08:00
parent 40bc25ed5f
commit f113eb7ba8
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -27,3 +27,11 @@
}
}
}
.ql-setting-container {
.ant-tabs-content-holder {
max-height: calc(100vh - 114px);
max-height: calc(100vh - var(--vh-offset, 114px));
overflow-y: auto;
}
}