From 38f8b9445bbff78f920e66f5778bfb91979e9bf2 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Thu, 19 Oct 2023 15:03:54 +0800 Subject: [PATCH] chore: work form fixe --- .../AMap/src/AMapDesigner/index.vue | 2 +- src/views/workflow/task/TaskForm.vue | 108 +++++++++++------- 2 files changed, 67 insertions(+), 43 deletions(-) diff --git a/src/components/AMap/src/AMapDesigner/index.vue b/src/components/AMap/src/AMapDesigner/index.vue index 2140f3e..70ffeaf 100644 --- a/src/components/AMap/src/AMapDesigner/index.vue +++ b/src/components/AMap/src/AMapDesigner/index.vue @@ -879,7 +879,7 @@ // 地图设计器总样式 .amap-designer { - @toolbarHeight: v-bind('mapState.toggleOperatePanelClass.toolbarHeight + "px"');; + @toolbarHeight: v-bind('mapState.toggleOperatePanelClass.toolbarHeight + "px"'); @siderWidth: v-bind('mapState.toggleOperatePanelClass.siderWidth + "px"'); @borderColor: #e0e0e0; diff --git a/src/views/workflow/task/TaskForm.vue b/src/views/workflow/task/TaskForm.vue index 80d517f..8e2dd12 100644 --- a/src/views/workflow/task/TaskForm.vue +++ b/src/views/workflow/task/TaskForm.vue @@ -36,46 +36,58 @@ - - - - - - - - 是否抄送 - - - - - - 指定下一步处理者(不设置就使用默认处理人) - - - - + + + + + + + + + + + + + 是否抄送 + + + + + + + + + + 指定下一步处理者(不设置就使用默认处理人) + + + + + + + -