Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
5ab17b57
Commit
5ab17b57
authored
Jun 16, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改样式
parent
9bb27f43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
src/bu-components/ChooseMembersModal.jsx
+1
-2
No files found.
src/bu-components/ChooseMembersModal.jsx
View file @
5ab17b57
...
@@ -203,10 +203,9 @@ class ChooseMembersModal extends React.Component {
...
@@ -203,10 +203,9 @@ class ChooseMembersModal extends React.Component {
title
:
'全选'
,
// 实际为头像,但在表格上这行要求显示为全选
title
:
'全选'
,
// 实际为头像,但在表格上这行要求显示为全选
key
:
'avatar'
,
key
:
'avatar'
,
dataIndex
:
'avatar'
,
dataIndex
:
'avatar'
,
width
:
'
7
0%'
,
width
:
'
6
0%'
,
render
:
(
value
,
record
)
=>
{
render
:
(
value
,
record
)
=>
{
const
{
adminName
}
=
record
;
const
{
adminName
}
=
record
;
return
(
return
(
<
div
className=
'avatar'
>
<
div
className=
'avatar'
>
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment