diff --git a/src/views/plugin/workflow/components/custom-fields/wf-user-select/index.vue b/src/views/plugin/workflow/components/custom-fields/wf-user-select/index.vue
index cf1921f..4957503 100644
--- a/src/views/plugin/workflow/components/custom-fields/wf-user-select/index.vue
+++ b/src/views/plugin/workflow/components/custom-fields/wf-user-select/index.vue
@@ -35,7 +35,7 @@ export default {
size: {
type: String,
default: () => {
- return 'small'
+ return 'default'
}
},
readonly: {
diff --git a/src/views/plugin/workflow/components/nf-dept-select/index.vue b/src/views/plugin/workflow/components/nf-dept-select/index.vue
index d0fbcb8..0a2d62b 100644
--- a/src/views/plugin/workflow/components/nf-dept-select/index.vue
+++ b/src/views/plugin/workflow/components/nf-dept-select/index.vue
@@ -1,34 +1,34 @@
-
-
+
+
-