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/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Services/IWorkTaskAppService.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Services/IWorkTaskAppService.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Services/IWorkTaskAppService.cs
index cd9ea3d..76764a9 100644
--- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Services/IWorkTaskAppService.cs
+++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Services/IWorkTaskAppService.cs
@@ -1,8 +1,8 @@
 using CMS.Plugin.PipeLineLems.Application.Contracts.Dtos.WorkTask; 
-using Volo.Abp.Application.Services; 
+using CMS.Plugin.PipeLineLems.Domain.WorkTask; 
 using CmsQueryExtensions.Entitys; 
 using System.Linq.Expressions; 
-using CMS.Plugin.PipeLineLems.Domain.WorkTask; 
+using Volo.Abp.Application.Services; 
  
 namespace CMS.Plugin.PipeLineLems.Application.Contracts.Services; 
  

--
Gitblit v1.9.3