fix: 去除仪表板分享有效期'此刻'

This commit is contained in:
fit2cloud-chenyw 2021-10-21 14:38:06 +08:00
parent 18d7561aec
commit 4bbbee07e0
3 changed files with 6 additions and 1 deletions

View File

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

View File

@ -670,5 +670,8 @@ div:focus {
color: var(--Main, #0000ff); 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" value-format="timestamp"
:picker-options="pickerOptions" :picker-options="pickerOptions"
default-time="23:59:59" default-time="23:59:59"
popper-class="link-date-picker-class"
@change="resetOverTime" @change="resetOverTime"
/> />
</el-form-item> </el-form-item>
@ -241,4 +242,5 @@ export default {
margin: 15px 0px 5px; margin: 15px 0px 5px;
text-align: right; text-align: right;
} }
</style> </style>