We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43f779 commit 59663e0Copy full SHA for 59663e0
1 file changed
src/pages/layout/proTabs/index.jsx
@@ -168,7 +168,12 @@ const ProTabs = (props) => {
168
label: (
169
<>
170
{pane.key === fullPath && pane.key !== '/404' && (
171
- <SyncOutlined style={{ padding: '0 5px' }} onClick={refreshTab} title="刷新" spin={isReload} />
+ <SyncOutlined
172
+ style={{ padding: '0 5px', display: 'line-block' }}
173
+ onClick={refreshTab}
174
+ title="刷新"
175
+ spin={isReload}
176
+ />
177
)}
178
{pane.i18nKey ? t(pane.i18nKey) : pane.title}
179
</>
0 commit comments