Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-11-27 16:08:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0fbce7757dc324228b73442783d300ffd7833e4
e0fbce77
1 parent
ea6238aa
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
doc/App.vue
doc/App.vue
View file @
e0fbce7
...
...
@@ -48,7 +48,7 @@
>
<template v-slot:content>
<div v-if="key === 'flow'" style="border-left: 1px solid #e6e6e6; width: 2px; height: 35px; position: absolute; top: 10px;"></div>
<el-tooltip
content="拖拽新增节点
">
<el-tooltip
:content="value.desc
">
<div :class="['vue-flow-editor-toolbar-item']">
<img style="width: 15px; height: 15px; margin-bottom: 0; margin-top: 3px;" :src="value.img" />
<span style="font-size: 12px; transform: scale(0.8); margin-top: 2px;">{{ value.text }}</span>
...
...
@@ -348,8 +348,6 @@
<span class="dialog-footer">
<el-popconfirm
v-if="state.flow_version !== state.versionForm.code"
placement="top"
icon="el-icon-warning"
title="是否确认启用该版本流程?"
width="220px"
confirm-button-text="确认"
...
...
@@ -499,13 +497,13 @@ export default {
controlList: {
flow: {
text: '流程节点',
desc: '
流程节点
',
desc: '
拖拽新增流程
',
color: '#ed8383',
img: 'https://cdn.ipadbiz.cn/oa/flow/icons-flow.png',
},
cc: {
text: '抄送节点',
desc: '
抄送节点
',
desc: '
拖拽新增抄送
',
color: '#ed8383',
img: 'https://cdn.ipadbiz.cn/oa/flow/icon-cc.png',
},
...
...
Please
register
or
login
to post a comment