进一步美化刷新图标
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user