You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/04/20 14:27:18 UTC

[incubator-linkis] branch dev-1.1.1 updated: globalHistory change datetimerange to daterange (#2020)

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

casion pushed a commit to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.1 by this push:
     new bef6633e7 globalHistory change datetimerange to daterange (#2020)
bef6633e7 is described below

commit bef6633e732d9e514c34f259c06ac8f3bb226d03
Author: 李为 <12...@qq.com>
AuthorDate: Wed Apr 20 22:27:12 2022 +0800

    globalHistory change datetimerange to daterange (#2020)
    
    Co-authored-by: liveipooli(李为) <li...@webank.com>
---
 web/src/apps/linkis/module/globalHistoryManagement/index.scss | 4 ++++
 web/src/apps/linkis/module/globalHistoryManagement/index.vue  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/web/src/apps/linkis/module/globalHistoryManagement/index.scss b/web/src/apps/linkis/module/globalHistoryManagement/index.scss
index 1f1eb58e9..0e25d5618 100644
--- a/web/src/apps/linkis/module/globalHistoryManagement/index.scss
+++ b/web/src/apps/linkis/module/globalHistoryManagement/index.scss
@@ -124,4 +124,8 @@
             }
         }
     }
+}
+
+.render-btn {
+    padding: 1px 0 2px 0 !important;
 }
\ No newline at end of file
diff --git a/web/src/apps/linkis/module/globalHistoryManagement/index.vue b/web/src/apps/linkis/module/globalHistoryManagement/index.vue
index b647bc0df..6208a8a19 100644
--- a/web/src/apps/linkis/module/globalHistoryManagement/index.vue
+++ b/web/src/apps/linkis/module/globalHistoryManagement/index.vue
@@ -40,7 +40,7 @@
           class="datepicker"
           :options="shortcutOpt"
           v-model="searchBar.shortcut"
-          type="datetimerange"
+          type="daterange"
           placement="bottom-start"
           format="yyyy-MM-dd"
           :placeholder="$t('message.linkis.formItems.date.placeholder')"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org