修复电视直播表头错位
This commit is contained in:
@@ -15578,6 +15578,10 @@ const LiveSourceConfig = ({
|
|||||||
<table className='min-w-full divide-y divide-gray-200 dark:divide-gray-700'>
|
<table className='min-w-full divide-y divide-gray-200 dark:divide-gray-700'>
|
||||||
<thead className='bg-gray-50 dark:bg-gray-900 sticky top-0 z-10'>
|
<thead className='bg-gray-50 dark:bg-gray-900 sticky top-0 z-10'>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th
|
||||||
|
className='px-2 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider'
|
||||||
|
aria-label='排序'
|
||||||
|
/>
|
||||||
<th className='px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider'>
|
<th className='px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider'>
|
||||||
名称
|
名称
|
||||||
</th>
|
</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user