yinbangzhong
2024-08-08 0423c3f423ee98a0b4cd0119edb231b38054d133
滚动显示问题
2个文件已修改
4 ■■■■ 已修改文件
src/views/authority/organization/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/authority/resource/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/authority/organization/index.vue
@@ -4,7 +4,7 @@
    <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
src/views/authority/resource/index.vue
@@ -6,7 +6,7 @@
        <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