mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(TreeSelect): fix font-weight bold (#6616)
This commit is contained in:
parent
5486e82b41
commit
70db2a937a
@ -27,7 +27,7 @@
|
|||||||
&__item {
|
&__item {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0 32px 0 @padding-md;
|
padding: 0 32px 0 @padding-md;
|
||||||
font-weight: bold;
|
font-weight: @font-weight-bold;
|
||||||
line-height: @tree-select-item-height;
|
line-height: @tree-select-item-height;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user