Commit dee582ba by wufan

Merge branch 'feature/yuananting/20210801/task-center' into rc

parents 1d15e116 670276f5
......@@ -2,7 +2,7 @@
* @Author: yuananting
* @Date: 2021-07-28 14:56:52
* @LastEditors: wufan
* @LastEditTime: 2021-09-07 17:51:27
* @LastEditTime: 2021-09-07 18:09:00
* @Description: 描述一下咯
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -201,7 +201,7 @@ function TrainList(props) {
title: '培训任务',
key: 'taskName',
dataIndex: 'taskName',
width: '20%',
width: '24%',
fixed: 'left',
render: (val, record) => {
return (
......@@ -471,7 +471,7 @@ function TrainList(props) {
onChange={handleChangeTable}
bordered
size='middle'
scroll={{ x: 1500 }}
scroll={{ x: 1700 }}
className='train-list-table'
renderEmpty={{
description: <span style={{ display: 'block', paddingBottom: 24 }}>暂无数据</span>,
......
......@@ -32,7 +32,7 @@
flex-shrink: 0;
}
.train-name {
width: 188px;
width: 230px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment