From e3ffeb34d76c7d5a1e2bf1984a79be0bf1f5baba Mon Sep 17 00:00:00 2001 From: wang_yp <357754663@qq.com> Date: Wed, 13 Aug 2025 20:56:49 +0800 Subject: [PATCH] fix(icc add hls) --- src/components/b_table.tsx | 3 +-- src/components/form/select.tsx | 4 ++-- src/pages/event/config.tsx | 23 ++++++++++++----------- src/pages/user/user.tsx | 12 +++++++----- src/pages/user/user_config.tsx | 31 +++++++++++++++++++++---------- 5 files changed, 43 insertions(+), 30 deletions(-) diff --git a/src/components/b_table.tsx b/src/components/b_table.tsx index 8d4acad..916f0bf 100644 --- a/src/components/b_table.tsx +++ b/src/components/b_table.tsx @@ -117,7 +117,7 @@ const BTable = (props: any) => { searchCallback && searchCallback(dats) }} formDatas={searchConfig} /> - - : null} ) diff --git a/src/components/form/select.tsx b/src/components/form/select.tsx index 1094a12..97cad0b 100644 --- a/src/components/form/select.tsx +++ b/src/components/form/select.tsx @@ -16,7 +16,7 @@ export const FormSelect = (v: FormDatas) => { }, [v.selectUrl, v.selectList]); return ( {