Commit 7c2f85169248b369f95c5866ef7e90d4fb1739ef
1 parent
37508ca4
fix(table): ensure the table setting button dividing line is hidden
Showing
3 changed files
with
3 additions
and
3 deletions
CHANGELOG.zh_CN.md
src/components/Table/src/components/TableHeader.vue
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | |
5 | 5 | <div :class="`${prefixCls}__toolbar`"> |
6 | 6 | <slot name="toolbar"></slot> |
7 | - <Divider type="vertical" v-if="$slots.toolbar" /> | |
7 | + <Divider type="vertical" v-if="$slots.toolbar && showTableSetting" /> | |
8 | 8 | <TableSetting :setting="tableSetting" v-if="showTableSetting" /> |
9 | 9 | </div> |
10 | 10 | </template> |
... | ... |
src/components/Table/src/components/settings/index.vue