feat: 执行详情
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2024-06-24 19:49:56 +08:00
parent 1140e0c4f3
commit 7546935f17
3 changed files with 12 additions and 6 deletions

View File

@ -53,7 +53,7 @@
>
<template #icon>
<AppAvatar class="mr-12 avatar-light" :size="22">
{{ index + 1 + '' }}</AppAvatar
{{ paragraphIndex + 1 + '' }}</AppAvatar
>
</template>
<div class="active-button primary">

View File

@ -1,6 +1,12 @@
<template>
<div class="custom-edge cursor">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg
width="100%"
height="100%"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 23.0001C5.925 23.0001 1 18.0751 1 12.0001C1 5.92512 5.925 1.00012 12 1.00012C18.075 1.00012 23 5.92512 23 12.0001C23 18.0751 18.075 23.0001 12 23.0001Z"
fill="#3370FF"
@ -16,7 +22,7 @@
<style lang="scss">
.custom-edge {
color: var(--el-color-primary);
width: 22px;
stroke: none;
width: 22px;
}
</style>

View File

@ -66,9 +66,9 @@ class AppNode extends HtmlResize.view {
{
...anchorData,
x: x - 10,
y: y - 9,
width: 24,
height: 24
y: y - 12,
width: 30,
height: 30
},
[
lh('div', {