mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(TreeSelect): allow select text in content slot (#10081)
This commit is contained in:
parent
4cc269c1f2
commit
45e7e15c2d
@ -15,7 +15,6 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
font-size: var(--van-tree-select-font-size);
|
||||
user-select: none;
|
||||
|
||||
&__nav {
|
||||
flex: 1;
|
||||
@ -24,6 +23,7 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
&-item {
|
||||
user-select: none;
|
||||
padding: var(--van-tree-select-nav-item-padding);
|
||||
}
|
||||
}
|
||||
@ -40,6 +40,7 @@
|
||||
padding: 0 32px 0 var(--van-padding-md);
|
||||
font-weight: var(--van-font-weight-bold);
|
||||
line-height: var(--van-tree-select-item-height);
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
|
||||
&--active {
|
||||
|
Loading…
x
Reference in New Issue
Block a user