🎨 style(ui): Optimize the detail page height

This commit is contained in:
Apple\Apple
2025-05-30 19:37:12 +08:00
parent 9c5ab755c1
commit 2abf2c464f

View File

@@ -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">