Commit 5ab17b57 by zhangleyuan

feat:修改样式

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