fix(web): 优化字号

This commit is contained in:
v-zhangjc9
2025-06-19 11:14:59 +08:00
parent 4a9a9ec238
commit 24d5d10ecb

View File

@@ -169,7 +169,7 @@ const tableDetailDialog = (variable: string, targetList: any) => {
const overviewYarnJob = (cluster: string, search: string, queue: string | undefined, yarnQueue: string) => {
return {
className: 'text-base leading-none',
className: 'text-sm leading-none',
type: 'table-view',
border: false,
padding: '0 10px 0 15px',