Commit 1e9cbff9 authored by 邓超's avatar 邓超

fix: 修改拖拽样式

parent 596531c6
Pipeline #63476 passed with stages
......@@ -210,11 +210,11 @@ const Workflow = () => {
// 如果没有保存弹是否保存弹窗
if (!canSelect) {
confirm({
title: '流程未保存确定要切换吗?',
title: '已编辑流程未发布,确定要离开吗?',
icon: <ExclamationCircleOutlined />,
content: '',
okText: '是',
okType: 'danger',
okType: 'primary',
cancelText: '否',
onOk() {
setCanSelect(true);
......
......@@ -311,14 +311,7 @@ const FlowChart = props => {
return require('../../../../../assets/images/workFlow/icon3.png');
case '0':
return require('../../../../../assets/images/workFlow/icon2.png');
// case '4':
// return cc;
case '20':
return require('../../../../../assets/images/workFlow/gateWayicon1.png');
case '21':
return require('../../../../../assets/images/workFlow/gateWayicon3.png');
case '22':
return require('../../../../../assets/images/workFlow/gateWayicon2.png');
default:
return null;
}
......
......@@ -130,7 +130,7 @@
align-items: center;
.myPaletteDiv {
margin-right: 20px;
// margin-right: 20px;
height: 60px;
width: 380px;
......
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