Commit e88a4763 authored by huangjie's avatar huangjie

用户管理,树结构样式优化

parent 5b6f5042
...@@ -767,3 +767,16 @@ export default { ...@@ -767,3 +767,16 @@ export default {
} }
}; };
</script> </script>
<style lang="scss" scoped>
.head-container{
::v-deep .el-tree-node__content{
white-space: normal !important;
height: auto;
padding: 2px 0;
.el-tree-node__expand-icon{
padding: 2px 6px;
align-self: flex-start;
}
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment