hookehuyr

fix

...@@ -2285,6 +2285,6 @@ body { ...@@ -2285,6 +2285,6 @@ body {
2285 } 2285 }
2286 2286
2287 .el-tabs__item:hover { 2287 .el-tabs__item:hover {
2288 - color: #009688!important; 2288 + color: #009688 !important;
2289 } 2289 }
2290 </style> 2290 </style>
......
1 /* 1 /*
2 * @Date: 2023-10-27 09:29:59 2 * @Date: 2023-10-27 09:29:59
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2023-12-06 09:51:19 4 + * @LastEditTime: 2023-12-06 15:37:36
5 * @FilePath: /vue-flow-editor/src/shape/control.ts 5 * @FilePath: /vue-flow-editor/src/shape/control.ts
6 * @Description: 自定义控制节点 6 * @Description: 自定义控制节点
7 */ 7 */
......