Commit dee582ba by wufan

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

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