Initial commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
// 节点文本样式
|
||||
|
||||
Reference in New Issue
Block a user