diff --git a/frontend/src/components/widget/DeWidget/DeDate.vue b/frontend/src/components/widget/DeWidget/DeDate.vue index c29f6c2421..fb0803de03 100644 --- a/frontend/src/components/widget/DeWidget/DeDate.vue +++ b/frontend/src/components/widget/DeWidget/DeDate.vue @@ -8,6 +8,7 @@ :start-placeholder="options.attrs.startPlaceholder" :end-placeholder="options.attrs.endPlaceholder" :placeholder="options.attrs.placeholder" + :append-to-body="inScreen" style="min-height: 36px;" @change="dateChange" /> @@ -25,6 +26,11 @@ export default { inDraw: { type: Boolean, default: true + }, + inScreen: { + type: Boolean, + required: false, + default: true } }, data() {