修改登录页面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user