Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
e3541057
Commit
e3541057
authored
Jan 14, 2021
by
陈前坚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 用户表格样式
parent
d79e6179
Pipeline
#22436
skipped with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
UserManage.js
src/pages/userCenter/userManage/UserManage.js
+1
-1
UserManage.less
src/pages/userCenter/userManage/UserManage.less
+1
-1
No files found.
src/pages/userCenter/userManage/UserManage.js
View file @
e3541057
...
@@ -201,7 +201,7 @@ const UserManage = () => {
...
@@ -201,7 +201,7 @@ const UserManage = () => {
{
{
title
:
'操作'
,
title
:
'操作'
,
key
:
'action'
,
key
:
'action'
,
fixed
:
'right'
,
//
fixed: 'right',
width
:
250
,
width
:
250
,
align
:
'center'
,
align
:
'center'
,
render
:
record
=>
(
render
:
record
=>
(
...
...
src/pages/userCenter/userManage/UserManage.less
View file @
e3541057
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
.ant-table-cell{
.ant-table-cell{
text-align:center;
text-align:center;
overflow: hidden;
overflow: hidden;
text-overflow:ellipsis;
//
text-overflow:ellipsis;
white-space: nowrap;
white-space: nowrap;
}
}
.ant-table-body{
.ant-table-body{
...
...
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