Skip to content

Commit

Permalink
fix: button flex style
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhomie committed Nov 12, 2024
1 parent f1d7ba2 commit 2a62d53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiled/alipay/src/Button/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
position: relative;
display: flex;
flex-direction: column;
justify-self: center;
justify-content: center;
align-items: center;
height: auto;
line-height: normal;
Expand Down
2 changes: 1 addition & 1 deletion compiled/wechat/src/Button/index.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: relative;
display: flex;
flex-direction: column;
justify-self: center;
justify-content: center;
align-items: center;
height: auto;
line-height: normal;
Expand Down
2 changes: 1 addition & 1 deletion src/Button/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
position: relative;
display: flex;
flex-direction: column;
justify-self: center;
justify-content: center;
align-items: center;
height: auto;
line-height: normal;
Expand Down

0 comments on commit 2a62d53

Please sign in to comment.