diff --git a/src/views/system/Role/RoleLeft/index.vue b/src/views/system/Role/RoleLeft/index.vue index 2063e5ba..c29ea0cb 100644 --- a/src/views/system/Role/RoleLeft/index.vue +++ b/src/views/system/Role/RoleLeft/index.vue @@ -1,69 +1,56 @@ \ No newline at end of file +} + +.treeItem { + display: flex; + justify-content: space-between; + + .itemText { + line-height: 32px; + max-width: 40% + } +} + +.listBox { + margin: 10px 0; +} + \ No newline at end of file