Commit 58a0db3f by guomingpang

style:培训计划表格样式优化

parent 0ee04f32
...@@ -115,7 +115,7 @@ function PlanList(props) { ...@@ -115,7 +115,7 @@ function PlanList(props) {
key: 'operate', key: 'operate',
dataIndex: 'operate', dataIndex: 'operate',
fixed: 'right', fixed: 'right',
width: 100, width: 160,
render: (val, record) => { render: (val, record) => {
return ( return (
<div className='operate'> <div className='operate'>
......
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