Browse Source

fix:C端移动端页面适配

lazy 6 months ago
parent
commit
6b35aa8218
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/layout/components/AppMain.vue

+ 2 - 0
src/layout/components/AppMain.vue

@@ -55,6 +55,8 @@ export default {
   }
   .breadcrumb-container {
     left: 74px;
+    min-width: 1000px;
+    overflow-x: scroll;
   }
 }
 </style>