Sign in
canrd-main
/
canrd-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
76b1905a89976231bd928396bf274e7e5ed1716f
Authored by
zhongnanhuang
2023-12-12 16:24:26 +0800
1 parent
0447a0a0
feat: update
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/pages/OrderPrint/PrinterCSS.tsx
src/pages/OrderPrint/PrinterCSS.tsx
View file @
76b1905
...
...
@@ -8,6 +8,7 @@ export function printerCSS2() {
8
8
9
9
export function printerCSS() {
10
10
return `
11
+ @page { margin: 0; }
11
12
body{
12
13
zoom:1.5
13
14
}
...
...