fix(web): 优化字号
This commit is contained in:
@@ -169,7 +169,7 @@ const tableDetailDialog = (variable: string, targetList: any) => {
|
|||||||
|
|
||||||
const overviewYarnJob = (cluster: string, search: string, queue: string | undefined, yarnQueue: string) => {
|
const overviewYarnJob = (cluster: string, search: string, queue: string | undefined, yarnQueue: string) => {
|
||||||
return {
|
return {
|
||||||
className: 'text-base leading-none',
|
className: 'text-sm leading-none',
|
||||||
type: 'table-view',
|
type: 'table-view',
|
||||||
border: false,
|
border: false,
|
||||||
padding: '0 10px 0 15px',
|
padding: '0 10px 0 15px',
|
||||||
|
|||||||
Reference in New Issue
Block a user