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-12-04 13:45:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4f3fd5736b88bb57aa46bcd0cb8acee4faceb5f1
4f3fd573
1 parent
ec809372
fix 编辑版本图标修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
doc/App.vue
doc/App.vue
View file @
4f3fd57
...
...
@@ -321,7 +321,9 @@
<i v-if="item.code === state.select_flow_version" class="el-icon-check" style="color: #009688; margin-right: 8px;"></i>
<div v-else style="width: 15px; height: 15px;display: inline-block; margin-right: 8px;"></div>
<span>流程版本 (V{{ item.code }})</span>
<span v-if="item.code === state.current_enable_version" style="background: #edf9f1; border-color: #46c26f; color: #46c26f; font-size: 10px; padding: 0 5px; border-radius: 3px; margin-left: 8px;">启用中</span>
<span v-if="item.code === state.current_enable_version" style="background: #edf9f1; border-color: #46c26f; color: #46c26f; font-size: 10px; padding: 0 5px; border-radius: 3px; margin-left: 8px;">
启用中
</span>
<!-- <span @click="showEditFlowVersion(item.id, item.code, item.note)" style="margin-left: 10px;">
<i class="el-icon-edit-outline"></i>
-->
...
...
@@ -333,7 +335,7 @@
</template>
</el-dropdown>
<el-tooltip content="编辑版本信息" placement="bottom">
<i class="el-icon-
chat-line-square" @click="editFlowVersion" style="font-size: 18px; margin-left: 8
px;"></i>
<i class="el-icon-
set-up" @click="editFlowVersion" style="font-size: 16px; margin-left: 8px; position: absolute; right: -25px; top: 6
px;"></i>
</el-tooltip>
<el-dialog v-model="state.dialogVersionFormVisible" title="版本信息">
<el-form :model="state.versionForm" label-width="80px">
...
...
@@ -1763,7 +1765,7 @@ body {
.select-version-wrapper {
position: absolute;
top: 20px;
right:
1
5px;
right:
3
5px;
.select-version-show {
margin-left: 15px;
.version-icon-actived {
...
...
Please
register
or
login
to post a comment