@@ -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;
}
@@ -316,7 +316,7 @@ export default {
+ max-width: 100%;
@@ -224,7 +224,7 @@ body{
font-size: 14px;
- width: 1240px;
+ max-width: 1240px;
padding: 20px;
@@ -319,7 +319,7 @@ body{
@media screen and (max-width:610px){
.no-layout-img-box{