界面规范10-树
字体字号和其他地方一致:
.el-tree-node__label{
font-size: $defaultTxtSize;
font-family: $defaultFontFamily;
}
选中效果:
.el-tree-node.is-current>.el-tree-node__content {
background-color: #ffffff !important;
color: #0000ff !important;
font-weight: bold !important;
}