From 48455f4ec1ab417f2d0253612d965ac02912cee3 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Mon, 16 Feb 2026 16:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=B9=E5=99=A8=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../analysis/components/info/DockerInfo.vue | 201 ++++++++++-------- 1 file changed, 117 insertions(+), 84 deletions(-) diff --git a/web-vue/packages/core/layouts/views/desktop/analysis/components/info/DockerInfo.vue b/web-vue/packages/core/layouts/views/desktop/analysis/components/info/DockerInfo.vue index ae44c24d..5b8a4bac 100644 --- a/web-vue/packages/core/layouts/views/desktop/analysis/components/info/DockerInfo.vue +++ b/web-vue/packages/core/layouts/views/desktop/analysis/components/info/DockerInfo.vue @@ -23,7 +23,11 @@
-
+ +
+ 暂无容器数据 +
+
内存: {{ item.memUsage }}%
+
容器ID: @@ -71,15 +76,15 @@ {{ item.status || '无' }}
-
-
-
- - 重启 - 停止 - 启动 - -
+ +
+
+ + 重启 + 停止 + 启动 + +
@@ -90,11 +95,11 @@ \ No newline at end of file