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
36a99cdb
Commit
36a99cdb
authored
Apr 15, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:优化样式
parent
7974214f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
src/modules/college-manage/modal/ChooseMembersModal.jsx
+8
-1
No files found.
src/modules/college-manage/modal/ChooseMembersModal.jsx
View file @
36a99cdb
...
...
@@ -5,7 +5,7 @@
*/
import
React
from
'react'
;
import
{
Modal
,
Input
,
Table
,
message
,
Tooltip
}
from
'antd'
;
import
{
Modal
,
Input
,
Table
,
message
,
Tooltip
,
Empty
}
from
'antd'
;
import
Service
from
'@/common/js/service'
;
import
User
from
'@/common/js/user'
import
SetEmployeeModal
from
"./SetEmployeeModal"
;
...
...
@@ -318,6 +318,13 @@ class ChooseMembersModal extends React.Component {
pagination=
{
false
}
scroll=
{
{
y
:
290
}
}
// bordered={true}
locale=
{
{
emptyText
:
<
div
>
<
Empty
image=
{
Empty
.
PRESENTED_IMAGE_SIMPLE
}
description=
{
false
}
/>
<
div
style=
{
{
color
:
'#333'
,
marginTop
:
-
70
}
}
>
暂无数据
</
div
>
<
div
style=
{
{
color
:
'#666'
,
padding
:
'0 32px'
,
fontSize
:
'12px'
}
}
>
需要先将员工添加到企微可见范围后,员工才会出现在这里
</
div
>
</
div
>,
}
}
size=
{
'small'
}
rowSelection=
{
{
columnWidth
:
24
,
...
...
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