mirror of
https://github.com/2234839/web-font.git
synced 2026-05-06 19:08:11 +08:00
fix: 修复 StatsPanel 中 flex-wrap 属性的 JSX 语法错误
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
c18dc44e72
commit
68df9db2da
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user