From 137fc01c76149d16d7474e032114df12c084e208 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:22:20 +0800 Subject: [PATCH] fix(paragraph): bug fix (#3396) --- .../paragraph/component/ParagraphCard.vue | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/ui/src/views/paragraph/component/ParagraphCard.vue b/ui/src/views/paragraph/component/ParagraphCard.vue index 441f2d39b..ec653d072 100644 --- a/ui/src/views/paragraph/component/ParagraphCard.vue +++ b/ui/src/views/paragraph/component/ParagraphCard.vue @@ -7,7 +7,6 @@ @click.stop="editParagraph(data)" v-loading="loading" > -

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

+

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