|
|
@@ -19,10 +19,10 @@
|
|
|
<span :class="'el-icon-loading '+ data.displayNone"></span>
|
|
|
<span :class="data.icon"></span>
|
|
|
<span>
|
|
|
- <el-tag type="danger">Number of Layers: {{countTopDeep(data.TOP_NETWORK_DEEP,topDeep)}}</el-tag>
|
|
|
+<!-- <el-tag type="danger">Number of Layers: {{countTopDeep(data.TOP_NETWORK_DEEP,topDeep)}}</el-tag>-->
|
|
|
<el-tag>Member Code: {{ node.label }}</el-tag>
|
|
|
<el-tag>Name: {{data.REAL_NAME}}</el-tag>
|
|
|
- <el-tag type="danger">Location: {{data.RELATIVE_LOCATION}}</el-tag>
|
|
|
+<!-- <el-tag type="danger">Location: {{data.RELATIVE_LOCATION}}</el-tag>-->
|
|
|
<el-tag type="success">Level: {{data.DEC_LV_NAME}}</el-tag>
|
|
|
<el-tag type="warning">Rank: {{data.EMP_LV_NAME}}, {{data.CROWN_LV_NAME}}</el-tag>
|
|
|
<!-- <el-tag type="warning">Star: {{data.CROWN_LV_NAME}}</el-tag>-->
|
|
|
@@ -195,7 +195,7 @@ export default {
|
|
|
.filter-user .el-input-group{float: left;margin-right: 15px;}
|
|
|
.filter-user >>> .el-input__inner{border: 1px solid #DCDFE6;width: 100%;background: none;border-radius: 0;float: right;display: block; }
|
|
|
.filter-user >>> .el-input-group__prepend{border-top: 1px solid #DCDFE6;border-left: 1px solid #DCDFE6;border-bottom: 1px solid #DCDFE6;border-right:none;}
|
|
|
- .el-tree {
|
|
|
+ /deep/ .el-tree {
|
|
|
padding-bottom: 20px;
|
|
|
font-size: 14px;
|
|
|
overflow-x: auto;
|
|
|
@@ -205,19 +205,19 @@ export default {
|
|
|
height: 20px;
|
|
|
line-height: 18px;vertical-align: middle;
|
|
|
}
|
|
|
- .el-tree-node{position: relative;}
|
|
|
+ /deep/ .el-tree-node{position: relative;}
|
|
|
|
|
|
- .el-tree-node__content {
|
|
|
+ /deep/ .el-tree-node__content {
|
|
|
height: 30px;
|
|
|
line-height: 30px;
|
|
|
}
|
|
|
|
|
|
- .el-tree-node__children {
|
|
|
+ /deep/ .el-tree-node__children {
|
|
|
position: relative;
|
|
|
padding: 0 0 0 16px;
|
|
|
}
|
|
|
|
|
|
- .el-tree-node:before {
|
|
|
+ /deep/ .el-tree-node:before {
|
|
|
position: absolute;
|
|
|
content: '';
|
|
|
top: 0px;
|
|
|
@@ -225,7 +225,7 @@ export default {
|
|
|
height: 100%;
|
|
|
border-left: 1px solid #ccc;
|
|
|
}
|
|
|
- .el-tree-node:last-child:before{height: 15px;}
|
|
|
+ /deep/ .el-tree-node:last-child:before{height: 15px;}
|
|
|
|
|
|
.custom-tree-node {
|
|
|
position: relative;
|
|
|
@@ -236,7 +236,7 @@ export default {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
- .custom-tree-node:before {
|
|
|
+ /deep/ .custom-tree-node:before {
|
|
|
position: absolute;
|
|
|
width: 8px;
|
|
|
content: '';
|
|
|
@@ -245,7 +245,7 @@ export default {
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
}
|
|
|
|
|
|
- .el-tree-node__expand-icon {
|
|
|
+ /deep/ .el-tree-node__expand-icon {
|
|
|
display: none !important;
|
|
|
}
|
|
|
</style>
|