From c28c026b55b407e3391e072afb647e3f3130847d Mon Sep 17 00:00:00 2001 From: zhujiruo Date: Fri, 11 Jul 2025 15:45:25 +0800 Subject: [PATCH] fix(web): Optimize AppInfo Component Layout (#22212) - Remove unnecessary div container outside the CardView component - Adjust the class name of the CardView component to directly use flex-1 instead of flex grow --- web/app/components/app-sidebar/app-info.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/web/app/components/app-sidebar/app-info.tsx b/web/app/components/app-sidebar/app-info.tsx index c28cc20df5..3817ebf5a4 100644 --- a/web/app/components/app-sidebar/app-info.tsx +++ b/web/app/components/app-sidebar/app-info.tsx @@ -308,13 +308,11 @@ const AppInfo = ({ expand, onlyShowDetail = false, openState = false, onDetailEx operations={operations} /> -
- -
+