Explorar el Código

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

zhangxiao hace 2 años
padre
commit
5f773b8433
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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>