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
bd48b3a7
Commit
bd48b3a7
authored
Jun 16, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理资料云盘的显示
parent
5f7f9b00
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
src/bu-components/ChooseMembersModal.jsx
+1
-1
src/bu-components/ChooseMembersModal.less
+1
-1
src/bu-components/ManagingMembersModal.less
+3
-0
No files found.
src/bu-components/ChooseMembersModal.jsx
View file @
bd48b3a7
...
...
@@ -203,7 +203,7 @@ class ChooseMembersModal extends React.Component {
title
:
'全选'
,
// 实际为头像,但在表格上这行要求显示为全选
key
:
'avatar'
,
dataIndex
:
'avatar'
,
width
:
'
4
0%'
,
width
:
'
3
0%'
,
render
:
(
value
,
record
)
=>
{
const
{
adminName
}
=
record
;
...
...
src/bu-components/ChooseMembersModal.less
View file @
bd48b3a7
...
...
@@ -37,7 +37,7 @@
>tr >td {
border-bottom: none;
background-color: #fff !important;
padding:8px 8px !important;
}
}
}
...
...
src/bu-components/ManagingMembersModal.less
View file @
bd48b3a7
...
...
@@ -35,6 +35,9 @@
.ant-table-row{
background-color: #fff !important;
}
tr:first-child{
display: none;
}
.ant-table-row:hover{
background-color: #E9E9E9;
}
...
...
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