Skip to content

Commit

Permalink
fix(cli/site): 修改手机缩放比例
Browse files Browse the repository at this point in the history
affects: @varlet/cli
  • Loading branch information
haoziqaq committed Mar 24, 2021
1 parent f5c5193 commit 777a38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-cli/site/pc/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ iframe {
@media screen and (min-width: 1281px) and (max-width: 1600px) {
&-mobile {
transform: scale(0.75);
transform: scale(0.7);
}
}
Expand Down

0 comments on commit 777a38c

Please sign in to comment.