baoman
/
Ezquiz_Platform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d4df1bf6471610adf40b642365bf1c364e24f623
Authored by
LH_PC
2024-11-28 14:12:55 +0800
1 parent
0c0b3e2a
fix:增加头的距离
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/utils/index.js
src/utils/index.js
View file @
d4df1bf
...
...
@@ -1005,6 +1005,9 @@ export function paperPrint(paper) {
1005
1005
.altA4Box {
1006
1006
display:none;
1007
1007
}
1008
+ body {
1009
+ padding-top:30px;
1010
+ }
1008
1011
}
1009
1012
mn {
1010
1013
padding-top:2px;
...
...