@@ -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会出现空白页 -->