update Table border style

This commit is contained in:
梁灏 2019-09-18 10:10:12 +08:00
parent a1014d92ef
commit 6da05bb597
2 changed files with 11 additions and 5 deletions

View file

@ -258,7 +258,8 @@
{
[`${prefixCls}-hide`]: !this.ready,
[`${prefixCls}-with-header`]: this.showSlotHeader,
[`${prefixCls}-with-footer`]: this.showSlotFooter
[`${prefixCls}-with-footer`]: this.showSlotFooter,
[`${prefixCls}-wrapper-with-border`]: this.border
}
];
},