瀏覽代碼

进一步美化刷新图标

HowieWood 1 年之前
父節點
當前提交
c541d6c97e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/components/LogsTable.js

+ 1 - 1
web/src/components/LogsTable.js

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