Commit 3ef79b35 by wufan

style:任务详情样式调整

parent ca117de6
......@@ -88,6 +88,7 @@ function StudyTable(props: any) {
title: '学员',
key: 'storeCustomerName',
dataIndex: 'storeCustomerName',
width: "15%",
render: (val: any, record: any) => {
return <div>{val}
<span
......@@ -176,6 +177,8 @@ function StudyTable(props: any) {
title: '操作',
key: 'operate',
dataIndex: 'operate',
fixed: 'right',
width: '8%',
render: (val: any, record: any) => {
return (
<div className='operate-area'>
......@@ -327,6 +330,7 @@ function StudyTable(props: any) {
onChange={onChange}
showSorterTooltip={false}
bordered
scroll={{ x: 1400 }}
/>
{list && list.length > 0 && (
<div className='box-footer'>
......
/*
* @Author: yuananting
* @Date: 2021-07-28 14:56:52
* @LastEditors: yuananting
* @LastEditTime: 2021-08-18 12:37:50
* @LastEditors: wufan
* @LastEditTime: 2021-09-06 18:30:19
* @Description: 描述一下咯
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
......@@ -190,7 +190,7 @@ function TrainList(props) {
title: '培训任务',
key: 'taskName',
dataIndex: 'taskName',
width: '18%',
width: '20%',
fixed: 'left',
render: (val, record) => {
return (
......@@ -460,7 +460,7 @@ function TrainList(props) {
onChange={handleChangeTable}
bordered
size='middle'
scroll={{ x: 1400 }}
scroll={{ x: 1500 }}
className='train-list-table'
renderEmpty={{
description: <span style={{ display: 'block', paddingBottom: 24 }}>暂无数据</span>,
......
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