소스 검색

style: update

xiaoxian521 1 년 전
부모
커밋
a8b9683a5f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/layout/components/appMain.vue

+ 2 - 1
src/layout/components/appMain.vue

@@ -92,7 +92,8 @@ const transitionMain = defineComponent({
         <el-scrollbar
           v-if="props.fixedHeader"
           :wrap-style="{
-            display: 'flex'
+            display: 'flex',
+            'flex-wrap': 'wrap'
           }"
           :view-style="{
             display: 'flex',