ソースを参照

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>