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
dee582ba
Commit
dee582ba
authored
Sep 07, 2021
by
wufan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/yuananting/20210801/task-center' into rc
parents
1d15e116
670276f5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/modules/task-center/train-task/components/TrainList.jsx
+3
-3
src/modules/task-center/train-task/components/TrainList.less
+1
-1
No files found.
src/modules/task-center/train-task/components/TrainList.jsx
View file @
dee582ba
...
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Date: 2021-07-28 14:56:52
* @LastEditors: wufan
* @LastEditTime: 2021-09-07 1
7:51:27
* @LastEditTime: 2021-09-07 1
8:09:00
* @Description: 描述一下咯
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -201,7 +201,7 @@ function TrainList(props) {
title
:
'培训任务'
,
key
:
'taskName'
,
dataIndex
:
'taskName'
,
width
:
'2
0
%'
,
width
:
'2
4
%'
,
fixed
:
'left'
,
render
:
(
val
,
record
)
=>
{
return
(
...
...
@@ -471,7 +471,7 @@ function TrainList(props) {
onChange=
{
handleChangeTable
}
bordered
size=
'middle'
scroll=
{
{
x
:
1
5
00
}
}
scroll=
{
{
x
:
1
7
00
}
}
className=
'train-list-table'
renderEmpty=
{
{
description
:
<
span
style=
{
{
display
:
'block'
,
paddingBottom
:
24
}
}
>
暂无数据
</
span
>,
...
...
src/modules/task-center/train-task/components/TrainList.less
View file @
dee582ba
...
...
@@ -32,7 +32,7 @@
flex-shrink: 0;
}
.train-name {
width:
188
px;
width:
230
px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
...
...
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