Skip to content

Commit 2a62d53

Browse files
committed
fix: button flex style
1 parent f1d7ba2 commit 2a62d53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compiled/alipay/src/Button/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
position: relative;
77
display: flex;
88
flex-direction: column;
9-
justify-self: center;
9+
justify-content: center;
1010
align-items: center;
1111
height: auto;
1212
line-height: normal;

compiled/wechat/src/Button/index.wxss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
position: relative;
33
display: flex;
44
flex-direction: column;
5-
justify-self: center;
5+
justify-content: center;
66
align-items: center;
77
height: auto;
88
line-height: normal;

src/Button/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
position: relative;
77
display: flex;
88
flex-direction: column;
9-
justify-self: center;
9+
justify-content: center;
1010
align-items: center;
1111
height: auto;
1212
line-height: normal;

0 commit comments

Comments
 (0)