فهرست منبع

优化日志刷新图标显示

HowieWood 1 سال پیش
والد
کامیت
7dfcd135da
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 />}
+                suffixIcon={<IconRefresh style={{ fontSize: '0.8em', opacity: 0.6 }} />}
               >
                 {' '}{record.model_name}{' '}
               </Tag>