Skip to content

Commit

Permalink
fix(load-more): 兼容小程序
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Oct 24, 2018
1 parent 4869719 commit 4c50e49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/button/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ $at-button-height-sm: 60px;
}

&--full {
width: 100%;
width: 1000px;
max-width: 100%;
border-radius: 0;
border-left: none;
border-right: none;
Expand Down
1 change: 1 addition & 0 deletions src/components/load-more/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 80PX;

&__tip {
Expand Down

0 comments on commit 4c50e49

Please sign in to comment.