diff --git a/deploy/fba/artifacts/fba-ui-dist.tar.gz b/deploy/fba/artifacts/fba-ui-dist.tar.gz index 3d875cb..606a226 100644 Binary files a/deploy/fba/artifacts/fba-ui-dist.tar.gz and b/deploy/fba/artifacts/fba-ui-dist.tar.gz differ diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue index 45e617c..bfee6f7 100644 --- a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/hyper.vue @@ -29,12 +29,13 @@ const [Form, formApi] = useVbenForm({ - - - 超参包 JSON 实时预览 + + + + {{ preview || '提交表单后此处生成超参包 JSON' }} 保存超参包 - + @@ -51,11 +52,6 @@ const [Form, formApi] = useVbenForm({ .hyper-preview { flex: 1; } -.preview-title { - font-size: 13px; - color: hsl(var(--muted-foreground)); - margin-bottom: 6px; -} .preview-body { background: hsl(var(--muted) / 0.6); color: hsl(var(--foreground)); diff --git a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue index 9dc91bd..e29f16d 100644 --- a/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue +++ b/deploy/fba/fba-ui-src/apps/web-antdv-next/src/views/iaop/studio/layout.vue @@ -30,22 +30,20 @@ const layoutJson = () => JSON.stringify({ widgets: components.value.filter((c) = - - 组件库(点击 ↑ ↓ 调整顺序) - + + {{ c.title }} ↑ - ↓ + ↓ - - - 导出布局 JSON(由驾驶舱渲染) + + {{ layoutJson() }} 发布布局(版本发布见「版本发布」页) - + @@ -59,11 +57,6 @@ const layoutJson = () => JSON.stringify({ widgets: components.value.filter((c) = flex: 1; min-width: 0; } -.col-title { - font-size: 13px; - color: hsl(var(--muted-foreground)); - margin-bottom: 6px; -} .item-title { flex: 1; margin-left: 8px;
{{ preview || '提交表单后此处生成超参包 JSON' }}
{{ layoutJson() }}