修改登录页面

This commit is contained in:
eoao
2025-06-04 00:20:53 +08:00
parent 3190b47bb9
commit dac0383bab
24 changed files with 221 additions and 143 deletions

View File

@@ -65,20 +65,20 @@ button, input, select, textarea {
}
.tox .tox-dialog--width-lg {
@media (min-width: 992px) {
@media (min-width: 1024px) {
height: 850px !important;
}
}
.tox .tox-dialog__body-content {
max-height: min(850px, calc(100vh - 110px)) !important;
@media (min-width: 992px) {
@media (min-width: 1024px) {
max-height: min(850px, calc(100vh - 110px));
}
}
.tox .tox-dialog__body-content {
@media (min-width: 992px) {
@media (min-width: 1024px) {
max-height: min(850px, calc(100vh - 110px)) !important;
}
}