fix style

This commit is contained in:
an-lee
2024-03-29 09:04:23 +08:00
parent e27d508687
commit c55f05f721
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ const SelectedTabContent = (props: {
<div className="select-text">
{camdictResult.posItems.map((posItem, index) => (
<div key={index} className="mb-4">
<div className="flex items-center space-x-4 mb-2">
<div className="flex items-center space-x-4 mb-2 flex-wrap">
<div className="italic text-sm text-muted-foreground">
{posItem.type}
</div>

View File

@@ -123,7 +123,7 @@ export const useTranscriptions = (media: AudioType | VideoType) => {
type: 'token',
text: '-',
startTime: sentence.timeline[j - 1].endTime,
endTime: token.startTime,
endTime: sentence.timeline[j - 1].endTime,
timeline: [],
})
return;