From 79398af0d3e3554afcda1a894a8909bc9c1e6ba9 Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 6 Jul 2023 23:32:42 +0800 Subject: [PATCH] fix: try fix animate Signed-off-by: Innei --- .../layout/header/internal/Activity.tsx | 57 ++++++++++--------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/src/components/layout/header/internal/Activity.tsx b/src/components/layout/header/internal/Activity.tsx index be9c671d4b..124c9afeca 100644 --- a/src/components/layout/header/internal/Activity.tsx +++ b/src/components/layout/header/internal/Activity.tsx @@ -111,7 +111,7 @@ export function Activity() { } return ( - + <> {!!media && (
@@ -127,33 +127,36 @@ export function Activity() { )} - - {!!appLabels[processName] && ( - - + {!!appLabels[processName] && ( + - {ownerName} 正在使用 {processName} - {appDescrption[processName] ? ` ${appDescrption[processName]}` : ''} - - - )} - + + {ownerName} 正在使用 {processName} + {appDescrption[processName] + ? ` ${appDescrption[processName]}` + : ''} + + + )} + + ) } const cMusicProps = { processName: 'cmusic' }