1
This commit is contained in:
@@ -39,7 +39,7 @@ export default function Component({ compId, options, disables, version, classNam
|
||||
<SelectItem key={vs.id} value={vs.id} textValue={'vs.name'} disabled={disables.includes(vs.id)}>
|
||||
<div className="flex justify-between w-64">
|
||||
<span className="w-36 overflow-hidden text-ellipsis whitespace-nowrap">{vs.name}</span>
|
||||
<span className="text-xs text-muted-foreground">{vs.update_time.replace('T', ' ').substring(0, 16)}</span>
|
||||
<span className="text-xs text-[#999999]">{vs.update_time.replace('T', ' ').substring(0, 16)}</span>
|
||||
</div>
|
||||
</SelectItem>
|
||||
))
|
||||
@@ -68,7 +68,7 @@ export default function Component({ compId, options, disables, version, classNam
|
||||
<SelectItem key={vs.id} value={vs.id} textValue={'vs.name'} disabled={disables.includes(vs.id)}>
|
||||
<div className="flex justify-between w-64">
|
||||
<span className="w-36 overflow-hidden text-ellipsis whitespace-nowrap text-left">{vs.name}</span>
|
||||
<span className="text-xs text-muted-foreground">{vs.update_time.replace('T', ' ').substring(0, 16)}</span>
|
||||
<span className="text-xs text-[#999999]">{vs.update_time.replace('T', ' ').substring(0, 16)}</span>
|
||||
</div>
|
||||
</SelectItem>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user