进一步美化刷新图标

This commit is contained in:
HowieWood
2025-02-22 14:18:25 +08:00
committed by GitHub
parent 7dfcd135da
commit c541d6c97e

View File

@@ -192,7 +192,7 @@ const LogsTable = () => {
onClick={(event) => {
copyText(event, record.model_name).then(r => {});
}}
suffixIcon={<IconRefresh style={{ fontSize: '0.8em', opacity: 0.6 }} />}
suffixIcon={<IconRefresh style={{width: '0.8em', height: '0.8em', opacity: 0.6}} />}
>
{' '}{record.model_name}{' '}
</Tag>