feat: add Team Registration page for managing batch ChatGPT Team account creation and payment.
This commit is contained in:
@@ -281,7 +281,7 @@ export default function TeamReg() {
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 lg:grid-cols-3 gap-6">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-3 gap-6 items-stretch">
|
||||
{/* 配置面板 */}
|
||||
<Card className="glass-card">
|
||||
<CardHeader>
|
||||
@@ -414,8 +414,8 @@ export default function TeamReg() {
|
||||
</Card>
|
||||
|
||||
{/* 实时日志 */}
|
||||
<Card className="glass-card lg:col-span-2 flex flex-col h-full" padding="none">
|
||||
<CardHeader className="px-4 pt-4">
|
||||
<Card className="glass-card lg:col-span-2 flex flex-col" padding="none">
|
||||
<CardHeader className="px-4 pt-4 pb-2 shrink-0">
|
||||
<CardTitle className="flex items-center gap-2">
|
||||
<Terminal className="h-5 w-5 text-green-500" />
|
||||
实时日志
|
||||
@@ -448,10 +448,10 @@ export default function TeamReg() {
|
||||
</button>
|
||||
</div>
|
||||
</CardHeader>
|
||||
<CardContent className="px-4 pb-0">
|
||||
<CardContent className="px-4 pb-4 flex-1 min-h-0 flex flex-col">
|
||||
<div
|
||||
ref={logsContainerRef}
|
||||
className="h-[500px] overflow-y-auto bg-slate-900 rounded-lg p-4 font-mono text-sm mb-4"
|
||||
className="flex-1 min-h-[400px] max-h-[600px] overflow-y-auto bg-slate-900 rounded-lg p-4 font-mono text-sm"
|
||||
>
|
||||
{logs.length === 0 ? (
|
||||
<div className="flex items-center justify-center h-full text-slate-500">
|
||||
|
||||
Reference in New Issue
Block a user