fix: table style (#1370)

This commit is contained in:
hzGotB 2019-11-12 11:50:18 +08:00 committed by tangjinzhou
parent 12302b7ae7
commit 45eb4be22a

View File

@ -386,6 +386,13 @@
.@{table-prefix-cls}-tbody > tr > td {
border-right: @border-width-base @border-style-base @border-color-split;
}
.@{table-prefix-cls}-title + .@{table-prefix-cls}-content {
.@{table-prefix-cls}-fixed-left,
.@{table-prefix-cls}-fixed-right {
border-radius: 0;
}
}
}
&-placeholder {