|
|
@@ -464,18 +464,6 @@ const VideoSelectModal: React.FC<VideoSelectModalProps> = ({ visible, onClose, o
|
|
|
options={videoCategoryOptions.map(option => ({ label: option, value: option }))}
|
|
|
/>
|
|
|
</div>
|
|
|
- <div className="flex items-center gap-2">
|
|
|
- <span className="text-gray-600">视频标题:</span>
|
|
|
- <Input
|
|
|
- placeholder="搜索视频标题"
|
|
|
- style={{ width: 120 }}
|
|
|
- value={searchTerm}
|
|
|
- allowClear
|
|
|
- onChange={e => setSearchTerm(e.target.value)}
|
|
|
- onPressEnter={handleSearch}
|
|
|
- />
|
|
|
- </div>
|
|
|
- <Button type="primary" loading={loading} onClick={handleSearch}>搜索</Button>
|
|
|
</div>
|
|
|
|
|
|
<Spin spinning={loading}>
|