| | |
| | | |
| | | <a-row :gutter="20"> |
| | | <a-col :span="8"> |
| | | <a-card :title="$t('menu.organization.title')" :bordered="false" :style="{ width: '100%',height: '900px', 'overflow-y': 'auto' }"> |
| | | <a-card :title="$t('menu.organization.title')" :bordered="false" :style="{ width: '100%',height: '700px', 'overflow-y': 'auto' }"> |
| | | <a-tree |
| | | class="tree-demo" |
| | | draggable |
| | |
| | | <a-card |
| | | :title="$t('menu.resource.title')" |
| | | :bordered="false" |
| | | :style="{ 'width': '100%', 'height': '900px', 'overflow-y': 'auto' }" |
| | | :style="{ 'width': '100%', 'height': '700px', 'overflow-y': 'auto' }" |
| | | > |
| | | <a-button @click="() => onIconClick(null)">新增父级菜单</a-button> |
| | | <a-tree |