jihuaqiang 1 неделя назад
Родитель
Сommit
b12fbec04c

+ 2 - 0
src/views/publishContent/weCom/components/videoSelectModal/index.tsx

@@ -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)}
 						/>