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
ba3116792c64d9b9c3a5ddffbb48bfa41a1cf302
Authored by
zhongnanhuang
2023-12-12 16:21:26 +0800
1 parent
d4cf50ee
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 @
ba31167
@@ -8,6 +8,7 @@ export function printerCSS2() {
@@ -8,6 +8,7 @@ export function printerCSS2() {
8
8
9
export function printerCSS() {
9
export function printerCSS() {
10
return `
10
return `
11
+ @page { margin: 0; }
11
body{
12
body{
12
zoom:1.5
13
zoom:1.5
13
}
14
}