Explorar el Código

style: update

xiaoxian521 hace 1 año
padre
commit
a8b9683a5f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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',