sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -1355,7 +1355,12 @@ export function ContentPage() {
|
|||||||
<div className="grid grid-cols-3 gap-4">
|
<div className="grid grid-cols-3 gap-4">
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<Label className="text-gray-300">章节ID</Label>
|
<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>
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<Label className="text-gray-300">价格 (元)</Label>
|
<Label className="text-gray-300">价格 (元)</Label>
|
||||||
|
|||||||
Reference in New Issue
Block a user