From 555091aa5d3c9af6999a338f9643f29e1368ce8a Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 17 Jun 2025 14:43:59 +0800 Subject: [PATCH] fix(paragraph): bug fix --- .../paragraph/component/ParagraphCard.vue | 107 ++++++++++-------- ui/src/views/paragraph/index.vue | 9 +- ui/src/views/shared/document-shared/index.vue | 11 +- 3 files changed, 70 insertions(+), 57 deletions(-) diff --git a/ui/src/views/paragraph/component/ParagraphCard.vue b/ui/src/views/paragraph/component/ParagraphCard.vue index bb21e727..acde5d2c 100644 --- a/ui/src/views/paragraph/component/ParagraphCard.vue +++ b/ui/src/views/paragraph/component/ParagraphCard.vue @@ -6,55 +6,56 @@ @mouseleave="cardLeave()" >

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

- - +
+ + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/ui/src/views/paragraph/index.vue b/ui/src/views/paragraph/index.vue index 7f70445c..d3cd75d5 100644 --- a/ui/src/views/paragraph/index.vue +++ b/ui/src/views/paragraph/index.vue @@ -56,7 +56,7 @@ @click="handleClick" > @@ -83,9 +83,9 @@ ghostClass="ghost" >