|
@@ -206,7 +206,7 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang='scss' scoped>
|
|
|
+<style lang='less' scoped>
|
|
|
.custom-tree-node {
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
@@ -220,7 +220,7 @@ export default {
|
|
|
.nodeTree {
|
|
|
width: 500px;
|
|
|
|
|
|
- >>>label {
|
|
|
+ /deep/label {
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|
|
@@ -236,7 +236,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.filter-tree {
|
|
|
- >>>.el-tree-node {
|
|
|
+ /deep/.el-tree-node {
|
|
|
margin-top: 10px;
|
|
|
color: #444444;
|
|
|
font-weight: 400;
|