Skip to content

Commit

Permalink
fix(load-more): 修复 ios 溢出问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Nov 12, 2018
1 parent 4aab2e9 commit 99d2d75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/load-more/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
align-items: center;
width: 100%;
height: 80PX;
overflow: hidden;
box-sizing: border-box;

&__tip {
text-align: center;
Expand Down

0 comments on commit 99d2d75

Please sign in to comment.