提交 a46dc513 编写于 作者: A afc163

fix selection column width, close #649

上级 f659fecc
......@@ -365,7 +365,6 @@ let AntTable = React.createClass({
if (this.props.rowSelection.type === 'radio') {
selectionColumn = {
key: 'selection-column',
width: 60,
render: this.renderSelectionRadio,
className: 'ant-table-selection-column'
};
......@@ -374,7 +373,6 @@ let AntTable = React.createClass({
selectionColumn = {
key: 'selection-column',
title: checkboxAll,
width: 60,
render: this.renderSelectionCheckBox,
className: 'ant-table-selection-column'
};
......
......@@ -75,6 +75,7 @@
th.@{table-prefix-cls}-selection-column,
td.@{table-prefix-cls}-selection-column {
text-align: center;
width: 60px;
}
&-loading {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册