UNPKG
@idcpj/vue-tree
Version:
latest (3.2.2)
3.2.2
3.2.1
3.2.0
A vue tree component using virtual list.
github.com/idcpj/vue-tree
@idcpj/vue-tree
/
src
/
styles
/
index.less
9 lines
(8 loc)
•
237 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
body
{ -webkit-tap-highlight-
color
: transparent;
// 为了解决移动端,点击展开icon有凸显背景色的问题
}
@import
'variables'
;
@import
'loading-icon'
;
@import
'tree'
;
@import
'tree-search'
;
@import
'tree-drop'
;