From 239dfcb2e72adb6852b096c84225e257c4480e1a Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Thu, 26 Mar 2026 18:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/layouts/views/desktop/analysis/index.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web-vue/packages/core/layouts/views/desktop/analysis/index.vue b/web-vue/packages/core/layouts/views/desktop/analysis/index.vue index 39853af..f2f1195 100644 --- a/web-vue/packages/core/layouts/views/desktop/analysis/index.vue +++ b/web-vue/packages/core/layouts/views/desktop/analysis/index.vue @@ -15,7 +15,10 @@
-
右上
+
+
右上-1
+
右上-2
+
右下
@@ -102,6 +105,14 @@ box-sizing: border-box; } + .mySpring-analysis .analysis-right-top { + display: grid; + grid-template-rows: repeat(2, minmax(0, 1fr)); + gap: 12px; + min-width: 0; + min-height: 0; + } + .mySpring-analysis .analysis-left { flex: 2 1 0; grid-template-rows: repeat(3, minmax(0, 1fr));