Преглед изворни кода

Merge branch 'eta2.3.9' into debug

yujinwen пре 2 месеци
родитељ
комит
93234f30d5

+ 2 - 2
src/views/report/reportDetailPdf.vue

@@ -218,7 +218,7 @@ export default {
 #reportdtl {
   background: #fff;
   overflow: auto;
-  width: 1200px;
+  max-width: 1200px;
   margin: 0 auto;
   header {
     padding: 0.6rem;
@@ -346,7 +346,7 @@ export default {
 // 适配移动端页面
 @media screen and (max-width: 610px){
   #reportdtl{
-    width: 100%;
+    max-width: 600px;
     header{
       flex-direction: column-reverse;
     }

+ 1 - 1
src/views/reportEn/detailPdf.vue

@@ -316,7 +316,7 @@ export default {
 // 适配移动端页面
 @media screen and (max-width: 610px){
   #reportdtl{
-    width: 100%;
+    max-width: 100%;
     header{
       flex-direction: column-reverse;
     }

+ 2 - 2
src/views/smartReport/detailPdf.vue

@@ -224,7 +224,7 @@ body{
   font-size: 14px;
   background: #fff;
   overflow: auto;
-  width: 1240px;
+  max-width: 1240px;
   padding: 20px;
   margin: 0 auto;
 
@@ -319,7 +319,7 @@ body{
 }
 @media screen and (max-width:610px){
   #reportdtl{
-    width: 100%;
+    max-width: 100%;
     .no-layout-img-box{
       header{
         flex-direction: column-reverse;