wider the selection column and expand column of Table

This commit is contained in:
afc163 2017-01-10 14:03:04 +08:00
parent 1042681bcd
commit 75b50e9731
2 changed files with 4 additions and 7 deletions

View File

@ -34,7 +34,6 @@ const columns = [{
title: 'Address',
dataIndex: 'address',
key: 'address',
width: '30%',
}];
const data = [{

View File

@ -132,9 +132,11 @@
}
&-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;
width: 40px;
width: 48px;
}
&-header {
@ -406,10 +408,6 @@
}
}
&-expand-icon-th {
width: 40px;
}
&-row {
&-expand-icon {
cursor: pointer;