Skip to content

Commit

Permalink
优化移动端体验
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertHe committed Mar 16, 2020
1 parent d1cf6be commit cf14154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/lib/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
> .for-mobile {
display: none;
}
> .for-right-mobile {
display: none;
}

@media screen and (max-width: "900px") {
> .for-pc {
display: none;
Expand Down

0 comments on commit cf14154

Please sign in to comment.