mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
wider the selection column and expand column of Table
This commit is contained in:
parent
1042681bcd
commit
75b50e9731
@ -34,7 +34,6 @@ const columns = [{
|
|||||||
title: 'Address',
|
title: 'Address',
|
||||||
dataIndex: 'address',
|
dataIndex: 'address',
|
||||||
key: 'address',
|
key: 'address',
|
||||||
width: '30%',
|
|
||||||
}];
|
}];
|
||||||
|
|
||||||
const data = [{
|
const data = [{
|
||||||
|
@ -132,9 +132,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-thead > tr > th.@{table-prefix-cls}-selection-column,
|
&-thead > tr > th.@{table-prefix-cls}-selection-column,
|
||||||
&-tbody > tr > td.@{table-prefix-cls}-selection-column {
|
&-tbody > tr > td.@{table-prefix-cls}-selection-column,
|
||||||
|
&-expand-icon-th,
|
||||||
|
&-row-expand-icon-cell {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 40px;
|
width: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-header {
|
&-header {
|
||||||
@ -406,10 +408,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-expand-icon-th {
|
|
||||||
width: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-row {
|
&-row {
|
||||||
&-expand-icon {
|
&-expand-icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user