diff --git a/src/views/demo/onlineform/formCall/ShowFormModal/index.vue b/src/views/demo/onlineform/formCall/ShowFormModal/index.vue
index f8e510ad..c025464d 100644
--- a/src/views/demo/onlineform/formCall/ShowFormModal/index.vue
+++ b/src/views/demo/onlineform/formCall/ShowFormModal/index.vue
@@ -6,10 +6,10 @@
-
+
+
@@ -218,15 +218,17 @@ async function handleCreateFlow(processId) {
}
}
.form-content{
- padding: 25px;
- height: calc(100% - 50px);
+ padding: 25px 25px 0px 25px;
+ height: calc(100% - 97px);
display: flex;
flex-direction: column;
justify-content: space-between;
- .footer-button{
- display: flex;
- justify-content: flex-end;
- }
+ overflow: auto;
+ margin-bottom: 15px;
+ }
+ .footer-button{
+ display: flex;
+ justify-content: flex-end;
}
}