1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2026-08-12 09:20:31 +00:00

fix: 优化移动端/窄屏视图下的响应式排版及预览留白

This commit is contained in:
2-2-3-trimethylpentane 2026-07-12 13:27:47 +08:00
parent 69ff28e39d
commit 7dcdb57bfc

View File

@ -753,7 +753,13 @@ function displayDate(date) {
} }
.export-layout.mobile.show-preview .preview-section { .export-layout.mobile.show-preview .preview-section {
display: block; display: flex;
flex-direction: column;
flex: 1 1 auto;
}
.export-layout.mobile.show-preview .preview-placeholder {
max-height: none;
} }
.export-layout.mobile:not(.show-preview) .editor-section { .export-layout.mobile:not(.show-preview) .editor-section {