Merge pull request #778 from utopeadia/main

美化日志界面刷新图标
This commit is contained in:
Calcium-Ion
2025-02-22 15:21:28 +08:00
committed by GitHub

View File

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