新增图库

This commit is contained in:
jiangh277
2025-08-04 16:56:39 +08:00
parent 56a0042011
commit 63ae33288d
25 changed files with 1184 additions and 38 deletions

View File

@@ -115,10 +115,6 @@ const TimelineItemDrawer = (props: Props) => {
</>
)}
{/* 编辑模态框入口 */}
{/*<Button type="default" onClick={() => setOpenEditMainItemModal(true)} block style={{ marginTop: '16px' }}>
编辑时间点信息
</Button>*/}
{/* 添加子时间点模态框 */}
<AddTimeLineItemModal
visible={openAddSubItemModal}