Skip to content

Commit a30d0a4

Browse files
committedJan 23, 2025·
chore: polish detail
1 parent f017898 commit a30d0a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/pages/ErrorBook/DropdownExport.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ const DropdownExport: FC<DropdownProps> = ({ renderRecords, paraphrases }) => {
5858
<div className="z-10">
5959
<DropdownMenu.Root>
6060
<DropdownMenu.Trigger asChild>
61-
<button className="my-btn-primary rounded bg-indigo-500 shadow transition hover:bg-indigo-600">导出</button>
61+
<button className="my-btn-primary h-8 shadow transition hover:bg-indigo-600">导出</button>
6262
</DropdownMenu.Trigger>
6363
<DropdownMenu.Content className="mt-1 rounded bg-indigo-500 text-white shadow-lg">
6464
<DropdownMenu.Item
65-
className="cursor-pointer rounded px-4 py-2 hover:bg-indigo-600 focus:bg-indigo-600 focus:outline-none"
65+
className="cursor-pointer rounded px-4 py-2 hover:bg-indigo-400 focus:bg-indigo-600 focus:outline-none"
6666
onClick={() => handleExport('xlsx')}
6767
>
6868
.xlsx

0 commit comments

Comments
 (0)
Please sign in to comment.