From 8b092e05e5116ea2b14ac1aeefdb7f52ee429133 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Tue, 14 Jun 2022 16:29:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Application/ApplicationDeploymentAndSecurity.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue b/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue index f28b7305..f5d5c2a8 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue @@ -160,6 +160,7 @@ justify-content: center; .card-title { font-size: 0.26rem; + line-height: 0.26rem; color: #212956; margin-bottom: 0.2rem; } @@ -169,6 +170,7 @@ margin-right: 0.7rem; color: rgba(33, 41, 86, 0.8); font-size: 0.2rem; + line-height: 0.2rem; max-width: 5.84rem; overflow: hidden; /*超出的隐藏*/ white-space: nowrap;