无木
2021-09-11 7593ef6a4f081ed800658b70316ab2f1e3ee631d
fix(table-action): `divider` not work as expected

修复tableAction中的divider未按预期工作
1个文件已修改
6 ■■■■ 已修改文件
src/components/Table/src/components/TableAction.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Table/src/components/TableAction.vue
@@ -14,11 +14,7 @@
      <Divider
        type="vertical"
        class="action-divider"
        v-if="
          divider &&
          index < getActions.length - (dropDownActions ? 0 : 1) &&
          getDropdownList.length > 0
        "
        v-if="divider && index < getActions.length - 1"
      />
    </template>
    <Dropdown