Skip to content

Commit

Permalink
style: export样式
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jan 29, 2024
1 parent cc2856c commit 9fce478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Export.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ExportDocx = ({ editor }: ReferenceListProps) => {
}, [editor]);

return (
<div className="flex justify-center items-center h-screen">
<div className="flex justify-center items-center">
<button
onClick={exportToWord}
className="px-4 py-2 text-white bg-blue-500 hover:bg-blue-600 rounded shadow"
Expand Down

0 comments on commit 9fce478

Please sign in to comment.