修改BUG:修复上传头像预览全屏功能
This commit is contained in:
parent
d02e95d2d7
commit
992cfd743e
|
@ -134,6 +134,10 @@
|
||||||
max-height: 480px;
|
max-height: 480px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.file-zoom-dialog .modal-body {
|
||||||
|
max-height: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-height: 568px) {
|
@media (max-height: 568px) {
|
||||||
|
|
Loading…
Reference in New Issue