Commit bae214f0 authored by 涂伟's avatar 涂伟

fix: '编辑事件类型样式优化'

parent 76bca1af
Pipeline #67850 waiting for manual action with stages
......@@ -1452,7 +1452,6 @@ const AddModal = props => {
width: '100%',
flex: 1,
marginRight: '5px',
transform: value === 1 ? 'scale(1.1)' : 'scale(1)',
imageRendering: '-webkit-optimize-contrast'
}}
src={value === 1 ? caseChooseImg : caseImg}
......@@ -1462,7 +1461,7 @@ const AddModal = props => {
<Tooltip title="事件填报后仅上报,进入调度箱进行办理,事件上报权限单独管理">
<img
onClick={() => onChange2(0)}
style={{ flex: 1, transform: value === 0 ? 'scale(1.1)' : 'scale(1)', width: '100%', imageRendering: '-webkit-optimize-contrast' }}
style={{ flex: 1, width: '100%', imageRendering: '-webkit-optimize-contrast' }}
src={value === 0 ? eventChooseImg : eventImg}
alt=""
/>
......
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