mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
Fix table size of fixed column, close #8660
This commit is contained in:
parent
45a9e300ed
commit
294db783e1
@ -7,7 +7,11 @@
|
|||||||
> .@{table-prefix-cls}-header > table,
|
> .@{table-prefix-cls}-header > table,
|
||||||
> .@{table-prefix-cls}-body > table,
|
> .@{table-prefix-cls}-body > table,
|
||||||
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table,
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table,
|
||||||
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-body > table {
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-body > table,
|
||||||
|
> .@{table-prefix-cls}-fixed-left > .@{table-prefix-cls}-header > table,
|
||||||
|
> .@{table-prefix-cls}-fixed-right > .@{table-prefix-cls}-header > table,
|
||||||
|
> .@{table-prefix-cls}-fixed-left > .@{table-prefix-cls}-body-outer > .@{table-prefix-cls}-body-inner > table,
|
||||||
|
> .@{table-prefix-cls}-fixed-right > .@{table-prefix-cls}-body-outer > .@{table-prefix-cls}-body-inner > table {
|
||||||
> .@{table-prefix-cls}-thead > tr > th,
|
> .@{table-prefix-cls}-thead > tr > th,
|
||||||
> .@{table-prefix-cls}-tbody > tr > td {
|
> .@{table-prefix-cls}-tbody > tr > td {
|
||||||
padding: 12px 8px;
|
padding: 12px 8px;
|
||||||
@ -34,7 +38,11 @@
|
|||||||
> .@{table-prefix-cls}-header > table,
|
> .@{table-prefix-cls}-header > table,
|
||||||
> .@{table-prefix-cls}-body > table,
|
> .@{table-prefix-cls}-body > table,
|
||||||
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table,
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-header > table,
|
||||||
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-body > table {
|
> .@{table-prefix-cls}-scroll > .@{table-prefix-cls}-body > table,
|
||||||
|
> .@{table-prefix-cls}-fixed-left > .@{table-prefix-cls}-header > table,
|
||||||
|
> .@{table-prefix-cls}-fixed-right > .@{table-prefix-cls}-header > table,
|
||||||
|
> .@{table-prefix-cls}-fixed-left > .@{table-prefix-cls}-body-outer > .@{table-prefix-cls}-body-inner > table,
|
||||||
|
> .@{table-prefix-cls}-fixed-right > .@{table-prefix-cls}-body-outer > .@{table-prefix-cls}-body-inner > table {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
> .@{table-prefix-cls}-thead > tr > th,
|
> .@{table-prefix-cls}-thead > tr > th,
|
||||||
|
Loading…
Reference in New Issue
Block a user