Merge pull request #1003 from dataease/pr@dev@fix_timer

fix: 去除仪表板分享有效期'此刻'
This commit is contained in:
fit2cloud-chenyw 2021-10-21 14:39:04 +08:00 committed by GitHub
commit 463b8653c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<parent>
<artifactId>dataease-server</artifactId>
<groupId>io.dataease</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

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

View File

@ -31,6 +31,7 @@
value-format="timestamp"
:picker-options="pickerOptions"
default-time="23:59:59"
popper-class="link-date-picker-class"
@change="resetOverTime"
/>
</el-form-item>
@ -241,4 +242,5 @@ export default {
margin: 15px 0px 5px;
text-align: right;
}
</style>