Commit 489c11c3 by guomingpang

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

parent 58a0db3f
...@@ -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: 160, width: '12.5%',
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