{editable ? '已解锁' : '锁定状态不可排序'}
-
+
{editable ? : }
-
handleAllCheckedChange()}/>
@@ -270,6 +273,7 @@ export default function LiveIndex() {
onCallback={() => {
}}
>
+ {videoData.length == 0 &&
}
{
const {active, over} = e;
@@ -327,5 +331,6 @@ export default function LiveIndex() {
}
+ {contextHolder}
)
}
\ No newline at end of file
diff --git a/src/pages/news/components/button-delete-batch.tsx b/src/pages/news/components/button-delete-batch.tsx
index 8df378a..4060f68 100644
--- a/src/pages/news/components/button-delete-batch.tsx
+++ b/src/pages/news/components/button-delete-batch.tsx
@@ -26,7 +26,6 @@ export default function ButtonDeleteBatch(props: { ids: Id[];onSuccess?: () => v
}
modal.confirm({
wrapClassName:'root-modal-confirm',
- className:'modal-confirm',
title: `你确定要删除选择的 ${props.ids.length} 条新闻吗?`,
content: '删除后需从新闻素材中重新选择',
onOk: handlePush,
diff --git a/src/pages/video/index.tsx b/src/pages/video/index.tsx
index 2939d98..4e4cc63 100644
--- a/src/pages/video/index.tsx
+++ b/src/pages/video/index.tsx
@@ -180,7 +180,7 @@ export default function VideoIndex() {