Skip to content

Commit 59663e0

Browse files
committed
style: style
1 parent e43f779 commit 59663e0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/pages/layout/proTabs/index.jsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,12 @@ const ProTabs = (props) => {
168168
label: (
169169
<>
170170
{pane.key === fullPath && pane.key !== '/404' && (
171-
<SyncOutlined style={{ padding: '0 5px' }} onClick={refreshTab} title="刷新" spin={isReload} />
171+
<SyncOutlined
172+
style={{ padding: '0 5px', display: 'line-block' }}
173+
onClick={refreshTab}
174+
title="刷新"
175+
spin={isReload}
176+
/>
172177
)}
173178
{pane.i18nKey ? t(pane.i18nKey) : pane.title}
174179
</>

0 commit comments

Comments
 (0)