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