Skip to content

Commit 0a1874b

Browse files
muronggjuzi214032
authored andcommitted
fix(Grid): 修复 l-grid-item 样式改动导致 grid 组件不能居中
close #1052
1 parent 512bfdf commit 0a1874b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/grid/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
.l-grid-item {
77
display: flex;
8+
justify-content: center;
89
flex-direction: column;
910
text-align: center;
1011
box-sizing: border-box;

0 commit comments

Comments
 (0)