mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 09:31:55 +08:00
调整布局
This commit is contained in:
parent
7b5495997f
commit
74e10d33af
@ -163,7 +163,7 @@ export default function ServerCard({ now, serverInfo }: { now: number; serverInf
|
||||
</section>
|
||||
|
||||
{/* 服务器详细信息标签和 PlanInfo */}
|
||||
<section className="flex items-center gap-1.5 w-full mt-1">
|
||||
<section className="flex flex-wrap items-center gap-1.5 w-full mt-1">
|
||||
{showServerDetails && (
|
||||
<>
|
||||
{cpu_info && cpu_info.length > 0 && (
|
||||
|
@ -138,7 +138,7 @@ export default function ServerCardInline({ now, serverInfo }: { now: number; ser
|
||||
</section>
|
||||
|
||||
{/* 服务器详细信息标签和 PlanInfo */}
|
||||
<section className="flex items-center gap-1.5 w-full mt-1">
|
||||
<section className="flex flex-wrap items-center gap-1.5 w-full mt-1">
|
||||
{showServerDetails && (
|
||||
<>
|
||||
{cpu_info && cpu_info.length > 0 && (
|
||||
|
Loading…
x
Reference in New Issue
Block a user