File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1399,9 +1399,9 @@ const VideoSourceConfig = ({
13991399
14001400 { /* 批量操作工具栏 */ }
14011401 { sources . length > 0 && (
1402- < div className = 'p-4 bg-blue-50 dark:bg-blue-900/20 rounded-lg border border-blue-200 dark:border-blue-700' >
1403- < div className = 'flex items-center justify-between' >
1404- < div className = 'flex items-center gap-4 ' >
1402+ < div className = 'p-4 bg-blue-50 dark:bg-blue-900/20 rounded-lg border border-blue-200 dark:border-blue-700 mb-4 ' >
1403+ < div className = 'flex flex-col sm:flex-row items-start sm:items- center gap-3 justify-between' >
1404+ < div className = 'flex items-center gap-2 ' >
14051405 < label className = 'flex items-center gap-2 text-sm text-gray-700 dark:text-gray-300' >
14061406 < input
14071407 type = 'checkbox'
@@ -1411,15 +1411,6 @@ const VideoSourceConfig = ({
14111411 />
14121412 全选 ({ selectedSources . size } /{ sources . length } )
14131413 </ label >
1414- { selectedSources . size > 0 ? (
1415- < span className = 'text-xs text-blue-600 dark:text-blue-400 font-medium' >
1416- 已选择 { selectedSources . size } 个视频源
1417- </ span >
1418- ) : (
1419- < span className = 'text-xs text-gray-500 dark:text-gray-400' >
1420- 请选择要操作的视频源
1421- </ span >
1422- ) }
14231414 </ div >
14241415 < div className = 'flex items-center gap-2' >
14251416 < button
You can’t perform that action at this time.
0 commit comments