提交 4bbbee07 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

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

上级 18d7561a
...@@ -6,7 +6,7 @@ ...@@ -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>
......
...@@ -670,5 +670,8 @@ div:focus { ...@@ -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;
}
...@@ -31,6 +31,7 @@ ...@@ -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 { ...@@ -241,4 +242,5 @@ export default {
margin: 15px 0px 5px; margin: 15px 0px 5px;
text-align: right; text-align: right;
} }
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论