fix: Fix selection style in header table
Fix selection style in header table Change-Id: Id2c17ff4dcb0c0c15409268d12e891424de640e5
This commit is contained in:
parent
7b27ee3445
commit
18c475987a
@ -40,8 +40,5 @@
|
|||||||
.ant-table-thead > tr > th {
|
.ant-table-thead > tr > th {
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
}
|
}
|
||||||
.ant-table-thead > tr > th.ant-table-selection-column:first-child {
|
|
||||||
padding-left: 8px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -185,6 +185,9 @@
|
|||||||
.ant-table-footer {
|
.ant-table-footer {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
}
|
}
|
||||||
|
.ant-table-thead > tr > th.ant-table-selection-column:first-child {
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tip {
|
.tip {
|
||||||
|
Loading…
Reference in New Issue
Block a user