Browse Source

fix: ui issue of homepage

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 month ago
parent
commit
8cad9dccb9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      client/src/pages/home/Home.tsx

+ 2 - 3
client/src/pages/home/Home.tsx

@@ -90,13 +90,12 @@ const Home = () => {
         display: 'flex',
         flexDirection: 'column',
         height: 'calc(100vh - 80px)',
-        borderRadius: 2,
       })}
     >
       <Box
         sx={{
           mb: 2,
-          px: 2,
+          px: 0.5,
           maxWidth: '90%',
         }}
       >
@@ -176,7 +175,7 @@ const Home = () => {
           <Box
             sx={{
               mb: 2,
-              px: 2,
+              px: 0.5,
             }}
           >
             <Typography