mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
This commit is contained in:
@@ -1086,75 +1086,3 @@ body[data-hide-meta] .meta-panel {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
@page {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
width: auto;
|
||||
height: auto;
|
||||
min-width: 0;
|
||||
overflow: visible;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.app {
|
||||
display: block;
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.app-bar,
|
||||
.app-footer,
|
||||
.page-list-panel,
|
||||
.meta-panel,
|
||||
.empty-state,
|
||||
.progress-panel,
|
||||
.stamp-highlight {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.workspace,
|
||||
.viewer-panel,
|
||||
.page-frame,
|
||||
.svg-host {
|
||||
display: block;
|
||||
width: auto;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: visible;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.page-shell {
|
||||
width: var(--page-width) !important;
|
||||
height: var(--page-height) !important;
|
||||
overflow: hidden;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
break-inside: avoid;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
.page-shell:not(:last-child) {
|
||||
break-after: page;
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
.page-surface {
|
||||
width: var(--page-width) !important;
|
||||
height: var(--page-height) !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
.ofd-svg {
|
||||
width: var(--page-width) !important;
|
||||
height: var(--page-height) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user