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;
}
+