瀏覽代碼

Merge branch 'eta2.3.9' into debug

yujinwen 2 月之前
父節點
當前提交
d9483699e0
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/views/reportEn/detailPdf.vue

+ 9 - 0
src/views/reportEn/detailPdf.vue

@@ -313,6 +313,15 @@ export default {
       border-top: 1px solid #ccc;
   }
 }
+// 适配移动端页面
+@media screen and (max-width: 610px){
+  #reportdtl{
+    width: 100%;
+    header{
+      flex-direction: column-reverse;
+    }
+  }
+}
 </style>
 
 <!-- 不禁止页面打印,不然转pdf会出现空白页 -->