mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-24 02:16:16 +08:00
parent
7afb5795bf
commit
1edbbd18af
@ -2,7 +2,7 @@
|
|||||||
@import '@vant/icons/src/index.less';
|
@import '@vant/icons/src/index.less';
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
.theme(margin, '0 -@padding-md');
|
.theme(margin, '0 -@padding-md');
|
||||||
.theme(padding, '0 -@padding-md');
|
.theme(padding, '0 @padding-md');
|
||||||
.theme(color, '@nav-bar-text-color');
|
.theme(color, '@nav-bar-text-color');
|
||||||
|
|
||||||
&--hover {
|
&--hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user