Browse Source

fix: table style (#1370)

pull/1423/head
hzGotB 5 years ago committed by tangjinzhou
parent
commit
45eb4be22a
  1. 7
      components/table/style/index.less

7
components/table/style/index.less

@ -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 {

Loading…
Cancel
Save