feat(前端界面): OFDGo WebUI移除打印功能
build.yaml / build (push) Successful in 1m27s

This commit is contained in:
2026-07-09 15:13:18 +08:00
parent 51076634fa
commit 368bafccdb
3 changed files with 0 additions and 122 deletions
-72
View File
@@ -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;
}
}