增加服务器阈值规则
This commit is contained in:
parent
257b8921f5
commit
81f1c6407b
@ -281,7 +281,7 @@ const ServerList: React.FC = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<TooltipProvider>
|
<TooltipProvider>
|
||||||
<div className="h-screen flex flex-col overflow-hidden bg-background">
|
<div className="h-screen flex flex-col">
|
||||||
{/* 顶部区域 - 统计和标题 */}
|
{/* 顶部区域 - 统计和标题 */}
|
||||||
<div className="flex-shrink-0 space-y-4 p-6">
|
<div className="flex-shrink-0 space-y-4 p-6">
|
||||||
{/* 标题栏 */}
|
{/* 标题栏 */}
|
||||||
@ -340,7 +340,7 @@ const ServerList: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 内容区域 - 可滚动 */}
|
{/* 内容区域 - 可滚动 */}
|
||||||
<div className="flex-1 overflow-hidden px-6 pb-6">
|
<div className="flex-1 px-6 pb-6">
|
||||||
<Card className="h-full flex flex-col">
|
<Card className="h-full flex flex-col">
|
||||||
{/* 搜索和视图切换栏 */}
|
{/* 搜索和视图切换栏 */}
|
||||||
<CardHeader className="flex-shrink-0">
|
<CardHeader className="flex-shrink-0">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user