From 782ad4b29100e31d8e41616494b5fdda7403337c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 20 5月 2025 18:13:30 +0800 Subject: [PATCH] //将抽屉强制挂载到 body 元素上,确保样式隔离和滚动行为正常,不受嵌套页面的影响 --- PipeLineLems/pipelinelems_web/src/widgets/WorkTask/Views/Pages/WorkTask/WorkTask.tsx | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/PipeLineLems/pipelinelems_web/src/widgets/WorkTask/Views/Pages/WorkTask/WorkTask.tsx b/PipeLineLems/pipelinelems_web/src/widgets/WorkTask/Views/Pages/WorkTask/WorkTask.tsx index 25fff57..c67f201 100644 --- a/PipeLineLems/pipelinelems_web/src/widgets/WorkTask/Views/Pages/WorkTask/WorkTask.tsx +++ b/PipeLineLems/pipelinelems_web/src/widgets/WorkTask/Views/Pages/WorkTask/WorkTask.tsx @@ -108,13 +108,12 @@ } } - + /*******************************************************[楂樼骇鏌ヨ]寮�濮�********************************************************************************* */ // 缁勪欢鎸傝浇鏃惰幏鍙栨灇涓炬暟鎹� onMounted(() => { fetchEnumData() resetQuery(); }) - /*******************************************************[楂樼骇鏌ヨ]寮�濮�********************************************************************************* */ // 鏂板鐨勬煡璇㈡潯浠� const queryForm = ref({ searchVal: '',str_searchFormInputAttrs:[],searchVal_FilterMode:'' }); // 瀹氫箟鍝嶅簲寮忔煡璇㈡暟鎹� -- Gitblit v1.9.3