Commit b2b98e12 by Apple\Apple

🎨 style(ui): Optimize the detail page height

parent 8be6c835
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment