From 167c1585f156165c77ff8bcfb5a45047a292c72f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 27 May 2022 15:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppCountryAlbum/PersonnelSetting.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/saas/AppCountryAlbum/PersonnelSetting.vue b/src/saas/AppCountryAlbum/PersonnelSetting.vue index 880d661a..0005b50b 100644 --- a/src/saas/AppCountryAlbum/PersonnelSetting.vue +++ b/src/saas/AppCountryAlbum/PersonnelSetting.vue @@ -167,9 +167,8 @@ .title { display: flex; - align-items: center; - height: 96px; - padding: 0 32px; + padding: 20px 32px; + line-height: 1.3; h2 { font-weight: normal; @@ -178,9 +177,11 @@ } span { + flex: 1; margin-left: 16px; color: #999999; font-size: 30px; + text-align: justify; } }