mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 09:31:55 +08:00
调整 ServerDetail 组件的布局,将最大宽度从 5xl 增加到 7xl,以提升界面整洁性和用户体验。
This commit is contained in:
parent
3f7985ecf2
commit
63b5dd1893
@ -24,7 +24,7 @@ export default function ServerDetail() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mx-auto w-full max-w-5xl px-0 flex flex-col gap-4 server-info">
|
<div className="mx-auto w-full max-w-7xl px-0 flex flex-col gap-4 server-info">
|
||||||
<ServerDetailOverview server_id={server_id} />
|
<ServerDetailOverview server_id={server_id} />
|
||||||
<section className="flex items-center my-2 w-full">
|
<section className="flex items-center my-2 w-full">
|
||||||
<Separator className="flex-1" />
|
<Separator className="flex-1" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user