From 17ecb1926c42901c1197220fabf17ff35d322ed6 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Fri, 20 Oct 2023 00:53:07 +0800 Subject: [PATCH] chore: userPicker compose --- .../workflow/task/popups/UserPicker/index.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/views/workflow/task/popups/UserPicker/index.vue b/src/views/workflow/task/popups/UserPicker/index.vue index 5316dcd..6f6a256 100644 --- a/src/views/workflow/task/popups/UserPicker/index.vue +++ b/src/views/workflow/task/popups/UserPicker/index.vue @@ -13,6 +13,7 @@ import { BasicModal, ModalProps, useModalInner } from '/@/components/Modal'; import { PageWrapper } from '/@/components/Page'; import { useDesign } from '/@/hooks/web/useDesign'; + import { ScrollContainer } from '/@/components/Container'; /** 类型规范统一声明定义区域 */ interface TableState { @@ -134,7 +135,7 @@
- + + +
+ pink + pink + pink +
+
@@ -167,6 +175,11 @@ :deep(.ant-modal) { top: 20px; } + + .scroll-container { + width: auto; + height: 650px; + } }