From f17c307944c2a144d55383f1f6da8261258fea46 Mon Sep 17 00:00:00 2001 From: icebergtsn Date: Wed, 7 Aug 2024 17:46:15 +0800 Subject: [PATCH] fix: details ui update --- frontend/src/components/appintro/AppIntroItem.vue | 12 ++++++------ frontend/src/pages/application/AppDetailPage.vue | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/appintro/AppIntroItem.vue b/frontend/src/components/appintro/AppIntroItem.vue index 0e3a1f2..ed5734b 100644 --- a/frontend/src/components/appintro/AppIntroItem.vue +++ b/frontend/src/components/appintro/AppIntroItem.vue @@ -6,20 +6,20 @@ (linkArray && linkArray.length > 0) || (contentArray && contentArray.length > 0) " - class="info-item-root row justify-between items-start" + class="info-item-root row justify-between items-start no-wrap" >
{{ title }}
-