فهرست منبع

英文研报生成pdf适配移动端

yujinwen 2 ماه پیش
والد
کامیت
410da35c5b
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会出现空白页 -->