sync: soul-admin 页面 | 原因: 前端页面修改

This commit is contained in:
卡若
2026-03-08 10:34:34 +08:00
parent 3916787765
commit d0ded43acd

View File

@@ -350,39 +350,7 @@ export function CKBStatsTab() {
</CardContent>
</Card>
{/* 协作需求登记 */}
<Card className="bg-[#0f2137] border-yellow-600/30">
<CardHeader>
<CardTitle className="text-yellow-400 text-base flex items-center gap-2">
📋
</CardTitle>
</CardHeader>
<CardContent>
<div className="space-y-3 text-sm">
<div className="flex items-start gap-3 bg-[#0a1628] rounded-lg p-3">
<Badge className="bg-red-500/20 text-red-400 border-0 shrink-0"></Badge>
<div>
<p className="text-white"> </p>
<p className="text-gray-500 mt-1"> scenarios API /线//</p>
</div>
</div>
<div className="flex items-start gap-3 bg-[#0a1628] rounded-lg p-3">
<Badge className="bg-red-500/20 text-red-400 border-0 shrink-0"></Badge>
<div>
<p className="text-white">线 /</p>
<p className="text-gray-500 mt-1"> GET phone/wechatId 线</p>
</div>
</div>
<div className="flex items-start gap-3 bg-[#0a1628] rounded-lg p-3">
<Badge className="bg-yellow-500/20 text-yellow-400 border-0 shrink-0"></Badge>
<div>
<p className="text-white">线 </p>
<p className="text-gray-500 mt-1">线</p>
</div>
</div>
</div>
</CardContent>
</Card>
{/* 存客宝协作需求已移至开发文档/10、项目管理/存客宝协作需求.md */}
</div>
)
}