From d6e7324b8036a939e45daa0c0833a349b1b47e0d Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Fri, 15 Jul 2022 15:30:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E5=8F=B0-=E8=AF=A6=E6=83=85=E9=A1=B5-?= =?UTF-8?q?=E7=AE=97=E6=B3=95=E4=BC=98=E5=8A=BFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Algorithm/AlgorithmAdvantage.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmAdvantage.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmAdvantage.vue index 3e97e58d..7f35d9e9 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmAdvantage.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmAdvantage.vue @@ -12,7 +12,10 @@
-
{{ val.title }}
+ + +
{{ val.title }}
+
{{ val.text }}
@@ -92,7 +95,7 @@ align-items: center; .item { width: 424px; - height:306px; + height: 306px; padding: 35px; display: flex; flex-direction: column; @@ -119,7 +122,11 @@ .title { font-size: 22px; margin-top: 25px; + width: 2.6rem; text-align: center; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .text { height: 78px;