mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-20 23:58:38 +00:00
优化日志刷新图标显示
This commit is contained in:
@@ -192,7 +192,7 @@ const LogsTable = () => {
|
||||
onClick={(event) => {
|
||||
copyText(event, record.model_name).then(r => {});
|
||||
}}
|
||||
suffixIcon={<IconRefresh />}
|
||||
suffixIcon={<IconRefresh style={{ fontSize: '0.8em', opacity: 0.6 }} />}
|
||||
>
|
||||
{' '}{record.model_name}{' '}
|
||||
</Tag>
|
||||
|
||||
Reference in New Issue
Block a user