Skip to content

Commit

Permalink
更改uni-icon的默认size
Browse files Browse the repository at this point in the history
  • Loading branch information
hulinNeil committed Nov 18, 2018
1 parent 798216b commit 8439ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hello-uniapp/common/icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.uni-icon {
font-family: uniicons;
font-size: 48upx;
font-size: 24px;
font-weight: normal;
font-style: normal;
line-height: 1;
Expand Down Expand Up @@ -370,8 +370,8 @@

.uni-icon-pulldown:before {
content: '\e588';
}

}

.uni-icon-scan:before {
content: "\e612";
}

0 comments on commit 8439ff8

Please sign in to comment.