mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix footer nav
This commit is contained in:
parent
59cf405aed
commit
555ea1fe5d
@ -96,7 +96,7 @@ export default {
|
||||
font-size: 20px;
|
||||
line-height: 1.5;
|
||||
|
||||
.zan-icon {
|
||||
.van-icon {
|
||||
width: 20px;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
@ -110,7 +110,7 @@ export default {
|
||||
@e left {
|
||||
float: left;
|
||||
|
||||
.zan-icon {
|
||||
.van-icon {
|
||||
float: left;
|
||||
transform: rotate(180deg);
|
||||
margin-right: 10px;
|
||||
@ -120,7 +120,7 @@ export default {
|
||||
@e right {
|
||||
float: right;
|
||||
|
||||
.zan-icon {
|
||||
.van-icon {
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user