修复系统设置中登录日志样式

This commit is contained in:
whyour
2023-03-20 23:23:03 +08:00
parent 710746809b
commit b431e39f8f
3 changed files with 1 additions and 9 deletions
-8
View File
@@ -27,11 +27,3 @@
}
}
}
.ql-setting-container {
.ant-tabs-content-holder {
max-height: calc(100vh - 114px);
max-height: calc(100vh - var(--vh-offset, 114px));
overflow-y: auto;
}
}