소스 검색

update 菜单列表去掉表格

LiuHao 2 년 전
부모
커밋
f6994e5908
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/system/menu/index.vue

+ 0 - 1
src/views/system/menu/index.vue

@@ -39,7 +39,6 @@
         :data="menuList"
         row-key="menuId"
         :tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
-        border
         ref="menuTableRef"
         :default-expand-all="isExpandAll"
       >