diff --git a/src/assets/core.scss b/src/assets/core.scss index 7f0e806..78ec3bc 100644 --- a/src/assets/core.scss +++ b/src/assets/core.scss @@ -292,6 +292,9 @@ } } +.video-history-list-container{ + height: calc(100vh - var(--app-header-header) - 130px); +} // override antd style .data-list-load-spin{ diff --git a/src/pages/library/index.tsx b/src/pages/library/index.tsx index 88b081d..4a67d31 100644 --- a/src/pages/library/index.tsx +++ b/src/pages/library/index.tsx @@ -53,8 +53,8 @@ export default function LibraryIndex() { />
- {}}> -
+ {}}> +
{data?.list?.map((it, idx) => ( -
- {data?.pagination && data?.pagination.total > 0 ?
- setParams(prev=>({...prev,pagination: {page, limit: 10}}))} - /> -
:
- -
- } - {/**/} -
+ {/*
*/} + {/* {data?.pagination && data?.pagination.total > 0 ?
*/} + {/* setParams(prev=>({...prev,pagination: {page, limit: 10}}))}*/} + {/* />*/} + {/*
:
*/} + {/* */} + {/*
*/} + {/* }*/} + {/* /!**!/*/} + {/*
*/}
{detailVideo && setDetailVideo(undefined)}/>}