From d88d5e7818abeae67cfe783111598862366b8d99 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 4 Nov 2022 18:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E5=AD=97=E8=A2=AB?= =?UTF-8?q?=E6=88=AA=E5=8F=96=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/components/layout/PlayBar/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/layout/PlayBar/index.vue b/src/renderer/components/layout/PlayBar/index.vue index 86d7439c..c253d9e5 100644 --- a/src/renderer/components/layout/PlayBar/index.vue +++ b/src/renderer/components/layout/PlayBar/index.vue @@ -242,6 +242,7 @@ export default { font-size: 14px; color: var(--color-font); min-width: 0; + line-height: 1.5; } .title { @@ -251,10 +252,9 @@ export default { .mixin-ellipsis-1; } .status { - padding-top: 5px; + padding-top: 2px; height: 23px; .mixin-ellipsis-1; - line-height: 1.5; max-width: 100%; }