From 4bbbee07e036a3568ed5bdbda8067360af171805 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 21 Oct 2021 14:38:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E6=9D=BF=E5=88=86=E4=BA=AB=E6=9C=89=E6=95=88=E6=9C=9F'?= =?UTF-8?q?=E6=AD=A4=E5=88=BB'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pom.xml | 2 +- frontend/src/styles/index.scss | 3 +++ frontend/src/views/link/generate/index.vue | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/pom.xml b/frontend/pom.xml index 604c6b2027..a0d56dfe10 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -6,7 +6,7 @@ dataease-server io.dataease - 1.3.0 + 1.4.0 4.0.0 diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 4e7cebde48..528b7cac24 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -670,5 +670,8 @@ div:focus { color: var(--Main, #0000ff); } +.link-date-picker-class > .el-picker-panel__footer > .el-button--text:first-child{ + display: none; +} diff --git a/frontend/src/views/link/generate/index.vue b/frontend/src/views/link/generate/index.vue index 1f3ddc0c66..c71a15d227 100644 --- a/frontend/src/views/link/generate/index.vue +++ b/frontend/src/views/link/generate/index.vue @@ -31,6 +31,7 @@ value-format="timestamp" :picker-options="pickerOptions" default-time="23:59:59" + popper-class="link-date-picker-class" @change="resetOverTime" /> @@ -241,4 +242,5 @@ export default { margin: 15px 0px 5px; text-align: right; } +