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({ @@ -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) = @@ -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;