【操盘手】 流量分发 - 对接添加接口及页面优化

This commit is contained in:
wong
2025-05-26 15:24:34 +08:00
parent 011ab505f0
commit 58f943acb0
7 changed files with 325 additions and 233 deletions

View File

@@ -86,4 +86,4 @@ export default function EditTrafficDistributionPage({ params }: { params: { id:
const handleDeviceSelection = (selectedDevices: string[]) => {
setFormData((prev) => ({ ...prev, deviceIds: selectedDevices }))
}
}
}

View File

@@ -171,7 +171,7 @@ export default function DistributionPlanDetailPage({ params }: { params: { id: s
<div className="text-2xl font-bold text-gray-900 mb-1">{plan.poolCount}</div>
<div className="text-xs text-gray-500 mt-1"></div>
</div>
</div>
</div>
{/* 横向分隔线 */}
<div className="border-t border-gray-200 mx-auto w-full" style={{height: 0}} />
<div className="grid grid-cols-2 bg-white rounded-b-lg overflow-hidden border-b border-l border-r">