Commit 49aacf4d by zhangleyuan

feat:修改选择成员的样式

parent bd48b3a7
...@@ -203,7 +203,7 @@ class ChooseMembersModal extends React.Component { ...@@ -203,7 +203,7 @@ class ChooseMembersModal extends React.Component {
title: '全选', // 实际为头像,但在表格上这行要求显示为全选 title: '全选', // 实际为头像,但在表格上这行要求显示为全选
key: 'avatar', key: 'avatar',
dataIndex: 'avatar', dataIndex: 'avatar',
width: '30%', width: '70%',
render: (value, record) => { render: (value, record) => {
const { adminName } = record; const { adminName } = record;
......
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