fix: table-prefix-cls is not work in class 'ant-table-thead' (#2166)
parent
ed528e68b7
commit
0d84ed1534
|
@ -722,7 +722,7 @@
|
||||||
table {
|
table {
|
||||||
border-radius: @table-border-radius-base 0 0 0;
|
border-radius: @table-border-radius-base 0 0 0;
|
||||||
}
|
}
|
||||||
.ant-table-thead > tr > th:last-child {
|
.@{table-prefix-cls}-thead > tr > th:last-child {
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -740,7 +740,7 @@
|
||||||
color: transparent;
|
color: transparent;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.ant-table-thead > tr > th:first-child {
|
.@{table-prefix-cls}-thead > tr > th:first-child {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue