From 6a4c5d02f41b7470acdf82e3d4e88931a480f605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Fri, 31 Jul 2026 23:40:47 +0800 Subject: [PATCH] =?UTF-8?q?style(wel):=20=E4=B8=BA=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9C=80=E5=B0=8F=E9=AB=98=E5=BA=A6=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在容器样式中添加了min-height属性,设置最小高度为200px - 保证容器在内容较少时仍保持一定高度,提升布局稳定性 --- src/views/wel/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index 81c6e67..7149c49 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -586,6 +586,7 @@ export default { display: flex; align-items: center; gap: 18px; + min-height: 200px; } .donut { position: relative;