Browse Source

修改权限管理-角色-资源配置中菜单界面竖向排列改为横向排列

zhangxiao 2 years ago
parent
commit
5f773b8433
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/authority/role/index.vue

+ 5 - 0
src/views/authority/role/index.vue

@@ -1030,3 +1030,8 @@
     }
   }
 </style>
+<style>
+.arco-tree-node-is-leaf {
+  display: inline-flex;
+}
+</style>