Commit 7976d506 by wufan

style:table宽度调整

parent 6e75fbee
......@@ -205,7 +205,6 @@ class ChooseMembersModal extends React.Component {
title: '全选', // 实际为头像,但在表格上这行要求显示为全选
key: 'avatar',
dataIndex: 'avatar',
width: '80%',
render: (value, record) => {
const { adminName } = record;
......@@ -307,7 +306,7 @@ class ChooseMembersModal extends React.Component {
scroll={{ y: 290}}
size={'small'}
rowSelection={{
columnWidth : 50,
columnWidth : 63,
selectedRowKeys,
onChange : this.onChangeRow,
getCheckboxProps : this.getCheckboxProps,
......
......@@ -10,14 +10,6 @@
margin-bottom: 12px;
}
.container-left-body{
// colgroup {
// col {
// &:nth-child(2n) {
// width: 80%!important;
// min-width: 80%!important;
// }
// }
// }
border: 1px solid #E9E9E9;
.ant-table-thead > tr > th {
font-weight:400!important;
......
......@@ -210,7 +210,6 @@ class ChooseMembersModal extends React.Component {
title: '全选', // 实际为头像,但在表格上这行要求显示为全选
key: 'avatar',
dataIndex: 'avatar',
width: '80%',
render: (value, record) => {
const { name } = record;
......@@ -328,7 +327,7 @@ class ChooseMembersModal extends React.Component {
}}
size={'small'}
rowSelection={{
columnWidth : 50,
columnWidth : 63,
selectedRowKeys,
onChange : this.onChangeRow,
getCheckboxProps : this.getCheckboxProps,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment