feat(dashboard): refine network and scheduler visuals

This commit is contained in:
jxxghp
2026-06-29 07:37:03 +08:00
parent 75dffdb7c2
commit 7452e18fc3
5 changed files with 145 additions and 98 deletions
+2 -2
View File
@@ -217,8 +217,8 @@ const dashboardConfigs = ref<DashboardItem[]>([
name: t('dashboard.network'),
key: '',
attrs: {},
cols: { cols: 12, md: 6 },
rows: 17,
cols: { cols: 12, sm: 3, md: 4 },
rows: DASHBOARD_RESOURCE_CHART_ROWS,
elements: [],
},
{