forked from github/dataease
Merge pull request #1003 from dataease/pr@dev@fix_timer
fix: 去除仪表板分享有效期'此刻'
This commit is contained in:
commit
463b8653c2
@ -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 {
|
|||||||
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 @@
|
|||||||
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user