Просмотр исходного кода

Merge branch 'eta2.3.9' into debug

yujinwen 2 месяцев назад
Родитель
Сommit
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会出现空白页 -->