fix style
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user