优化显示

This commit is contained in:
IndieKKY
2024-11-01 09:20:53 +08:00
parent bcff8b4f90
commit 65026f62af
2 changed files with 3 additions and 3 deletions

View File

@@ -83,8 +83,8 @@ const Header = (props: {
} }
}}> }}>
<div className='shrink-0 flex items-center'> <div className='shrink-0 flex items-center'>
<img src="bibijun.png" alt="Logo" className="w-auto h-6 ml-2 mr-1" /> {/* <img src="bibijun.png" alt="Logo" className="w-auto h-6 ml-2 mr-1" /> */}
{/* <span className='shrink-0 text-[15px] font-medium pl-1 pr-[14px]'>字幕列表</span> */} <span className='shrink-0 text-[15px] font-medium pl-[16px] pr-[14px]'></span>
<MoreBtn placement={'right-start'}/> <MoreBtn placement={'right-start'}/>
</div> </div>
<div className='flex gap-0.5 items-center mr-[16px]'> <div className='flex gap-0.5 items-center mr-[16px]'>

View File

@@ -210,7 +210,7 @@ const SegmentCard = (props: {
}, [dispatch]) }, [dispatch])
return <div return <div
className={classNames('border border-base-300 bg-base-200/25 rounded flex flex-col m-1.5 p-1.5 gap-1 shadow', showCurrent && 'shadow-primary')}> className={classNames('border border-base-300 bg-base-200/25 rounded flex flex-col m-1.5 p-1.5 gap-1', showCurrent && 'shadow shadow-md')}>
<div className='relative flex justify-center min-h-[20px]'> <div className='relative flex justify-center min-h-[20px]'>
{segments != null && segments.length > 0 && {segments != null && segments.length > 0 &&
<div className='absolute left-0 top-0 bottom-0 text-xs select-none flex-center desc'> <div className='absolute left-0 top-0 bottom-0 text-xs select-none flex-center desc'>