添加工作流备注功能

This commit is contained in:
jxxghp
2025-07-09 12:22:08 +08:00
parent 153d4c1d01
commit cf87e2d5ac
7 changed files with 86 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ async function doDelete() {
<VCardText>
<VCol>
<div class="d-flex justify-space-between flex-wrap flex-md-nowrap flex-column flex-md-row">
<div class="ma-auto">
<div class="ma-auto mt-5">
<div class="workflow-preview">
<VueFlow
:nodes="nodes"
@@ -257,7 +257,7 @@ async function doDelete() {
border: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
border-radius: 8px;
background-color: rgba(var(--v-theme-surface), 0.8);
block-size: 320px;
block-size: 280px;
inline-size: 240px;
}