You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/03/29 15:11:13 UTC

[dolphinscheduler] branch dev updated: [Bug-FE][UI Next][V1.0.0-Alpha] Fix the datepicker panel up and down in start modal. (#9267)

This is an automated email from the ASF dual-hosted git repository.

songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3516cd5  [Bug-FE][UI Next][V1.0.0-Alpha] Fix the datepicker panel up and down in start modal. (#9267)
3516cd5 is described below

commit 3516cd56b10a2cc945d23d6d76b013c9d0c6250b
Author: Amy0104 <97...@users.noreply.github.com>
AuthorDate: Tue Mar 29 23:11:06 2022 +0800

    [Bug-FE][UI Next][V1.0.0-Alpha] Fix the datepicker panel up and down in start modal. (#9267)
---
 .../src/views/projects/workflow/definition/components/start-modal.tsx    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx
index b7b91df..7cfe800 100644
--- a/dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx
+++ b/dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx
@@ -363,6 +363,7 @@ export default defineComponent({
                     type='datetimerange'
                     clearable
                     v-model:value={this.startForm.startEndTime}
+                    placement='top'
                   />
                 </NFormItem>
               </NSpace>