소스 검색

🎨 style(ui): Optimize the detail page height

Apple\Apple 11 달 전
부모
커밋
b2b98e1264
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/pages/Detail/index.js

+ 1 - 1
web/src/pages/Detail/index.js

@@ -534,7 +534,7 @@ const Detail = (props) => {
   };
 
   return (
-    <div className="bg-gray-50 min-h-screen">
+    <div className="bg-gray-50 h-full">
       <div className="flex items-center justify-between mb-4">
         <h2 className="text-2xl font-semibold text-gray-800">{getGreeting()}</h2>
         <div className="flex gap-3">