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-07 09:20:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
131388bf5e8666a8e55e0ccce4693ffb5187f9cf
131388bf
1 parent
762d9ca8
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
doc/App.vue
src/shape/control.ts
doc/App.vue
View file @
131388b
...
...
@@ -2285,6 +2285,6 @@ body {
}
.el-tabs__item:hover {
color: #009688!important;
color: #009688
!important;
}
</style>
...
...
src/shape/control.ts
View file @
131388b
/*
* @Date: 2023-10-27 09:29:59
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-06
09:51:19
* @LastEditTime: 2023-12-06
15:37:36
* @FilePath: /vue-flow-editor/src/shape/control.ts
* @Description: 自定义控制节点
*/
...
...
Please
register
or
login
to post a comment