From 45e068950760bc5839817d58534b539b798b16db Mon Sep 17 00:00:00 2001 From: hz002 Date: Tue, 30 Dec 2025 14:19:43 +0800 Subject: [PATCH] fix: shake desktop --- src/ui/views/DesktopProfile/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/views/DesktopProfile/index.tsx b/src/ui/views/DesktopProfile/index.tsx index 6dadcd48e03..e79ffa2656e 100644 --- a/src/ui/views/DesktopProfile/index.tsx +++ b/src/ui/views/DesktopProfile/index.tsx @@ -59,6 +59,7 @@ const Wrap = styled.div` .main-content { padding-left: 80px; flex-shrink: 0; + min-height: 766px; transition: padding 0.3s;