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

fix: 修改拖拽样式

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