Explorar el Código

进一步美化刷新图标

HowieWood hace 1 año
padre
commit
c541d6c97e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>