Skip to content

Commit a8b9683

Browse files
committed
style: update
1 parent b4fd313 commit a8b9683

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/layout/components/appMain.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ const transitionMain = defineComponent({
9292
<el-scrollbar
9393
v-if="props.fixedHeader"
9494
:wrap-style="{
95-
display: 'flex'
95+
display: 'flex',
96+
'flex-wrap': 'wrap'
9697
}"
9798
:view-style="{
9899
display: 'flex',

0 commit comments

Comments
 (0)