add min-width

selection-column and expand-icon-th
if the width total of your columns >= 100%, must have `min-width`.
This commit is contained in:
mArker 2017-04-10 13:03:24 +08:00
parent 07e2c5e9c5
commit cb67059dd0

View File

@ -148,12 +148,14 @@
&-thead > tr > th.@{table-prefix-cls}-selection-column,
&-tbody > tr > td.@{table-prefix-cls}-selection-column {
text-align: center;
min-width: 62px;
width: 62px;
}
&-expand-icon-th,
&-row-expand-icon-cell {
text-align: center;
min-width: 50px;
width: 50px;
}