jwyu 2 жил өмнө
parent
commit
cfc5542689
1 өөрчлөгдсөн 7 нэмэгдсэн , 0 устгасан
  1. 7 0
      src/style/global.scss

+ 7 - 0
src/style/global.scss

@@ -9,6 +9,13 @@ body,
   // min-width: 1024px;
 }
 
+// 禁止页面打印
+@media print{
+  body{
+    display: none;
+  }
+}
+
 div {
   box-sizing: border-box;
 }