UNPKG
vue-tree-polyfill
Version:
latest (4.1.1)
4.1.1
A vue tree component using virtual list.
github.com/wsfe/vue-tree
vue-tree-polyfill
/
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'
;