Commit d3b86470 by HowieWood Committed by GitHub

优化日志刷新图标显示

parent 3eb18682
...@@ -192,7 +192,7 @@ const LogsTable = () => { ...@@ -192,7 +192,7 @@ const LogsTable = () => {
onClick={(event) => { onClick={(event) => {
copyText(event, record.model_name).then(r => {}); copyText(event, record.model_name).then(r => {});
}} }}
suffixIcon={<IconRefresh />} suffixIcon={<IconRefresh style={{ fontSize: '0.8em', opacity: 0.6 }} />}
> >
{' '}{record.model_name}{' '} {' '}{record.model_name}{' '}
</Tag> </Tag>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment