Skip to content

Commit

Permalink
style(Multitab): 样式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwumm committed Jan 16, 2025
1 parent cb9a901 commit 3b0a965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Multitab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: 白雾茫茫丶<baiwumm.com>
* @Date: 2025-01-16 11:06:32
* @LastEditors: 白雾茫茫丶<baiwumm.com>
* @LastEditTime: 2025-01-16 17:26:24
* @LastEditTime: 2025-01-16 17:36:15
* @Description: 多标签页
*/
import { Tab, Tabs } from '@nextui-org/react';
Expand Down Expand Up @@ -50,8 +50,8 @@ export default function Multitab() {
<Tab
key={route}
title={
<div className="flex items-center space-x-2">
<Icon icon={menuItem?.icon} />
<div className="flex items-center space-x-1">
<Icon icon={menuItem?.icon} className="text-sm" />
<span>{t(menuItem?.name as ROUTES_NAME)}</span>
</div>
}
Expand Down

0 comments on commit 3b0a965

Please sign in to comment.