fix layout article.article-content

This commit is contained in:
2025-06-22 01:16:59 +09:00
parent 0fc920c844
commit 7eb653f569
3 changed files with 36 additions and 10 deletions

View File

@ -140,7 +140,6 @@ export default function RecordList({ title, records, apiConfig, showTitle = true
{expandedRecords.has(i) && (
<div className="json-display">
<div className="json-header">json data</div>
<pre className="json-content">
{JSON.stringify(record, null, 2)}
</pre>