优化日志刷新图标显示

This commit is contained in:
HowieWood
2025-02-22 14:12:49 +08:00
committed by GitHub
parent 7a13fab271
commit 7dfcd135da

View File

@@ -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>