mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 17:41:56 +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>
|
</section>
|
||||||
|
|
||||||
{/* 服务器详细信息标签和 PlanInfo */}
|
{/* 服务器详细信息标签和 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 && (
|
{showServerDetails && (
|
||||||
<>
|
<>
|
||||||
{cpu_info && cpu_info.length > 0 && (
|
{cpu_info && cpu_info.length > 0 && (
|
||||||
|
@ -138,7 +138,7 @@ export default function ServerCardInline({ now, serverInfo }: { now: number; ser
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* 服务器详细信息标签和 PlanInfo */}
|
{/* 服务器详细信息标签和 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 && (
|
{showServerDetails && (
|
||||||
<>
|
<>
|
||||||
{cpu_info && cpu_info.length > 0 && (
|
{cpu_info && cpu_info.length > 0 && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user