fix: table style (#1370)
parent
12302b7ae7
commit
45eb4be22a
|
@ -386,6 +386,13 @@
|
||||||
.@{table-prefix-cls}-tbody > tr > td {
|
.@{table-prefix-cls}-tbody > tr > td {
|
||||||
border-right: @border-width-base @border-style-base @border-color-split;
|
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 {
|
&-placeholder {
|
||||||
|
|
Loading…
Reference in New Issue