diff --git a/ui/src/views/paragraph/component/ParagraphCard.vue b/ui/src/views/paragraph/component/ParagraphCard.vue index 08adee809..41a9f8076 100644 --- a/ui/src/views/paragraph/component/ParagraphCard.vue +++ b/ui/src/views/paragraph/component/ParagraphCard.vue @@ -6,13 +6,7 @@ @mouseleave="cardLeave()" >

{{ data.title || '-' }}

- - - + @@ -60,6 +54,13 @@ + + @@ -162,6 +163,7 @@ function refreshMigrateParagraph() {} border: 1px solid #ffffff; box-shadow: none !important; position: relative; + z-index: 9999; &:hover { background: rgba(31, 35, 41, 0.1); border: 1px solid #dee0e3;