소스 검색

fix:C端移动端页面适配

lazy 6 달 전
부모
커밋
6b35aa8218
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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>