直播时间

This commit is contained in:
zhangyc
2022-12-16 16:24:35 +08:00
parent db5f335e1a
commit 6bd7df51f9
11 changed files with 35 additions and 39 deletions

View File

@@ -52,15 +52,10 @@
<div class="inpbox1">
<a-range-picker
v-model:value="valueDate"
:show-time="{
defaultValue: [
moment('00:00:00', 'HH:mm:ss'),
moment('23:59:59', 'HH:mm:ss'),
],
}"
show-time
style="border-radius: 8px; height: 40px; margin-left: 5px"
:placeholder="[' 开始时间', ' 结束时间']"
valueFormat="X"
format="YYYY/MM/DD HH:mm"
/>
</div>
</div>