From e6066eb69e1fbb3ef01ed0d56176cd1759a46767 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 5 Nov 2024 19:13:34 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/card-box/index.vue | 20 ++++++++------------ ui/src/views/application/index.vue | 10 ++++++++-- ui/src/views/dataset/index.vue | 10 ++++++++-- ui/src/views/function-lib/index.vue | 10 ++++++++-- 4 files changed, 32 insertions(+), 18 deletions(-) diff --git a/ui/src/components/card-box/index.vue b/ui/src/components/card-box/index.vue index dda9abc1c..26ee4bb54 100644 --- a/ui/src/components/card-box/index.vue +++ b/ui/src/components/card-box/index.vue @@ -2,29 +2,26 @@
-
+
-
+
{{ title }} - - - 创建人: {{ username }} - +
-
+
{{ description }} @@ -59,7 +56,6 @@ const props = withDefaults( * 是否展示icon */ showIcon?: boolean - username?: string }>(), { title: '标题', description: '', showIcon: true, border: true } ) diff --git a/ui/src/views/application/index.vue b/ui/src/views/application/index.vue index b51132d3e..dd46a7b95 100644 --- a/ui/src/views/application/index.vue +++ b/ui/src/views/application/index.vue @@ -49,7 +49,6 @@ > +
高级编排 { .status-tag { position: absolute; right: 16px; - top: 3px; + top: 15px; } } .dropdown-custom-switch { diff --git a/ui/src/views/dataset/index.vue b/ui/src/views/dataset/index.vue index 309096bf0..03de2ea81 100644 --- a/ui/src/views/dataset/index.vue +++ b/ui/src/views/dataset/index.vue @@ -38,7 +38,6 @@ +
通用型 { .delete-button { position: absolute; right: 12px; - top: 3px; + top: 15px; height: auto; } .footer-content { diff --git a/ui/src/views/function-lib/index.vue b/ui/src/views/function-lib/index.vue index 55e847d53..e5d7f8cfc 100644 --- a/ui/src/views/function-lib/index.vue +++ b/ui/src/views/function-lib/index.vue @@ -51,7 +51,6 @@ +
{ .status-button { position: absolute; right: 12px; - top: 3px; + top: 15px; height: auto; } }