From b9c06ffead509fe1b92b7ddb882d2cccb14b8658 Mon Sep 17 00:00:00 2001 From: zhangjiahao <1627043995@qq.com> Date: Tue, 15 Jul 2025 17:37:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(views):=20=E5=AE=9E=E7=8E=B0=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E5=8A=A8=E6=80=81=E9=AB=98=E5=BA=A6=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E5=92=8C=E5=93=8D=E5=BA=94=E5=BC=8F=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加进度条动态高度计算逻辑,使用ref获取DOM实际高度 实现响应式布局适配不同屏幕尺寸,包括移动端优化 移除硬编码高度值,改为基于容器实际高度计算 添加窗口大小变化监听,实时更新布局 --- src/views/zhongchou/index.vue | 622 +++++++++++++++++++++--------------------- 1 file changed, 318 insertions(+), 304 deletions(-) diff --git a/src/views/zhongchou/index.vue b/src/views/zhongchou/index.vue index e3db1fa..6e255f2 100644 --- a/src/views/zhongchou/index.vue +++ b/src/views/zhongchou/index.vue @@ -70,7 +70,7 @@ -
+
@@ -100,7 +100,7 @@
-
+
@@ -125,7 +125,7 @@