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; } }