song-ui-u
Version:
vue3 + js的PC前端组件库
1 lines • 578 B
CSS
@charset "UTF-8";.x-vtree{position:relative;height:200px;overflow-y:auto}.x-vtree__spacer{position:absolute;width:100%;top:0;padding-bottom:20px}.x-vtree__node{position:absolute;width:100%;height:30px;line-height:30px;white-space:nowrap;cursor:pointer;box-sizing:border-box;padding:0 10px}.x-vtree__node.is-selected{background-color:#f5f6fa}.x-vtree__node:hover{background-color:#f5f6fa}.x-vtree__node-inner{display:flex;align-items:center}.x-vtree__expand-icon{display:inline-block;width:20px;text-align:center;margin-right:5px;cursor:pointer;font-size:15px;margin-bottom:-3px}