瀏覽代碼

禁止打印

jwyu 3 年之前
父節點
當前提交
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;
 }