@@ -397,8 +397,17 @@ export default {
}
.el-tree-node__content {
- height: 44px;
+ width: 100%;
+ padding-left: 4px;
+ color: #2c2c2c;
+ height: 100%;
+ align-items: center;
line-height: 44px;
+ padding-right: 30px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ font-weight: bold;
.el-tree {