Initial commit

This commit is contained in:
libertyspy
2026-02-08 22:16:22 +08:00
parent 5ffdb5e508
commit f34274ea35
3 changed files with 42 additions and 29 deletions

View File

@@ -268,14 +268,14 @@ export default defineComponent({
// X6 只能作为连线目标(入)
magnet: passive;
box-shadow: none;
width: 20px;
height: 20px;
width: 15px;
height: 15px;
display: block;
background: url('@/assets/icons/point.svg') center / 100% 100%;
position: absolute;
left: 5px;
top: 10px;
top: 12px;
}
// 右侧出桩样式
@@ -285,14 +285,14 @@ export default defineComponent({
// X6 只能作为连线源(出)
magnet: active;
box-shadow: none;
width: 20px;
height: 20px;
width: 15px;
height: 15px;
display: block;
background: url('@/assets/icons/arrow-right.svg') center / 100% 100%;
background: url('@/assets/icons/point.svg') center / 100% 100%;
position: absolute;
right: 5px;
top: 10px;
top: 12px;
}
// 节点文本样式