Skip to content

Commit 45eb4be

Browse files
hzgotbtangjinzhou
authored andcommitted
fix: table style (#1370)
1 parent 12302b7 commit 45eb4be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/table/style/index.less

+7
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,13 @@
386386
.@{table-prefix-cls}-tbody > tr > td {
387387
border-right: @border-width-base @border-style-base @border-color-split;
388388
}
389+
390+
.@{table-prefix-cls}-title + .@{table-prefix-cls}-content {
391+
.@{table-prefix-cls}-fixed-left,
392+
.@{table-prefix-cls}-fixed-right {
393+
border-radius: 0;
394+
}
395+
}
389396
}
390397

391398
&-placeholder {

0 commit comments

Comments
 (0)