From 054f05af7074411842c9ab5e5f287e311353706c Mon Sep 17 00:00:00 2001 From: ozh Date: Wed, 19 Aug 2026 17:02:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor(event):=20=E4=B8=89=E4=B8=AA=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=8A=BD=E5=B1=89=E6=94=B9=E4=B8=BA=E8=87=AA=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=A0=8F=E4=B8=8B=E7=BC=98=E8=87=AA=E7=BB=98=E5=B1=95?= =?UTF-8?q?=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 up-popup 模板:场所/状态/时间三个抽屉统一改为自绘 .drop-panel, 锚定在筛选栏下缘展开(不再占全屏) - 抽出 .content-area 作为抽屉定位锚点与统一遮罩容器, 三个抽屉共享 .content-mask 关闭交互 - 时间抽屉去重 time-mask/time-drawer 旧样式,面板高度改为 66vh 并受 max-height: 100% 约束,避免遮罩下方露白 --- pages/event/index.vue | 247 +++++++++++++++++++++++------------------- 1 file changed, 135 insertions(+), 112 deletions(-) diff --git a/pages/event/index.vue b/pages/event/index.vue index 93a76ef..48a77cd 100644 --- a/pages/event/index.vue +++ b/pages/event/index.vue @@ -24,16 +24,22 @@ - - - - - 调整筛选条件后的事件列表将在此展示 - + + + + + + + + 调整筛选条件后的事件列表将在此展示 + + - - - + + + + + 选择场所 @@ -53,11 +59,9 @@ - - - - + + 选择状态 @@ -77,83 +81,82 @@ - - - - - - 选择时间范围 - - + + + + 选择时间范围 + + + - - - - - {{ q.label }} - - - - - - {{ w }} - - - - - + + - + + + - - + + + @@ -441,7 +444,14 @@ export default {