修改页面弹窗全屏

This commit is contained in:
2026-02-10 23:22:22 +08:00
parent 3bab32e8f8
commit 7fda86d890
5 changed files with 198 additions and 31 deletions

View File

@@ -11,6 +11,7 @@ export interface BizResourceMonitor extends BasicModel<BizResourceMonitor> {
memoryTotal: number; // 服务器总内存大小
hourTime: string; // 时间
hostId: string; // 服务器主机编号
afterHours: number;
}
export const bizResourceMonitorListAll = (params?: BizResourceMonitor | any) =>