Ver Fonte

style: update

xiaoxian521 há 1 ano atrás
pai
commit
a8b9683a5f
1 ficheiros alterados com 2 adições e 1 exclusões
  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',