fix: 修复 StatsPanel 中 flex-wrap 属性的 JSX 语法错误

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
崮生(子虚) 2026-04-30 19:37:57 +08:00
parent c18dc44e72
commit 68df9db2da

View File

@ -60,7 +60,7 @@ export default function StatsPanel() {
return (
<section style={{ "font-size": "12px", color: "#999", "line-height": "1.8", "margin-top": "24px" }}>
<div style={{ display: "flex", gap: "16px", flex-wrap: "wrap" }}>
<div style={{ display: "flex", gap: "16px", "flex-wrap": "wrap" }}>
<span> {formatUptime(s.uptime)}</span>
<span> {s.totalRequests} </span>
<span> {s.subsetRequests} </span>