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

This commit is contained in:
卡若
2026-03-08 17:21:02 +08:00
parent adcec30f2e
commit 4e50486bb5

View File

@@ -1355,7 +1355,12 @@ export function ContentPage() {
<div className="grid grid-cols-3 gap-4">
<div className="space-y-2">
<Label className="text-gray-300">ID</Label>
<Input className="bg-[#0a1628] border-gray-700 text-white" value={editingSection.id} disabled />
<Input
className="bg-[#0a1628] border-gray-700 text-white"
value={editingSection.id}
onChange={(e) => setEditingSection({ ...editingSection, id: e.target.value })}
placeholder="如: 9.15"
/>
</div>
<div className="space-y-2">
<Label className="text-gray-300"> ()</Label>