Merge pull request #5687 from Syzmex/master

add `min-width`
This commit is contained in:
偏右 2017-04-10 14:00:12 +08:00 committed by GitHub
commit 191b9f3f79

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;
}