fix(scheduling): change 辆 to 干预 in suggestion list
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -64,8 +64,7 @@ export default function SuggestionList({ suggestions, onSelect }: Props) {
|
|||||||
|
|
||||||
{/* Right */}
|
{/* Right */}
|
||||||
<div className="flex items-center gap-1 flex-shrink-0">
|
<div className="flex items-center gap-1 flex-shrink-0">
|
||||||
<span className="text-xs font-bold text-blue-600">{s.candidates.length}</span>
|
<span className="text-[9px] text-slate-400">干预</span>
|
||||||
<span className="text-[9px] text-slate-400">辆</span>
|
|
||||||
<ChevronRight size={14} className="text-slate-300" />
|
<ChevronRight size={14} className="text-slate-300" />
|
||||||
</div>
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|||||||
Reference in New Issue
Block a user