style(font): font size 14

This commit is contained in:
jialin
2025-03-27 18:32:44 +08:00
parent db417e6a5f
commit 455ae8aa05
7 changed files with 30 additions and 16 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ import {
message
} from 'antd';
import _ from 'lodash';
import { useCallback, useState } from 'react';
import React, { useCallback, useState } from 'react';
import { useHotkeys } from 'react-hotkeys-hook';
import { deleteWorker, queryWorkersList, updateWorker } from '../apis';
import { WorkerStatusMapValue, status } from '../config';
@@ -308,7 +308,7 @@ const Workers: React.FC = () => {
borderRadius: 12
}}
>
<span className="font-700">{key}</span>
<span className="font-600">{key}</span>
<span className="text-tertiary">:{value}</span>
</AutoTooltip>
);