@@ -303,8 +303,10 @@ const playVideo = (video: VideoItem) => {
<div className="flex items-center gap-2">
<span className="text-gray-600">近期未使用:</span>
<Select
+ placeholder="选择近期未使用"
style={{ width: 120 }}
value={recentNotUsed}
+ allowClear
onChange={onRecentNotUsedChange}
options={enumToOptions(RecentNotUsedType)}
/>