From 0342aee2929ecea339dcc7d197503540d4f707fd Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Sun, 8 Jun 2025 11:22:59 +0800 Subject: [PATCH] feat: paragraph --- .../paragraph/component/ParagraphCard.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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;