返利活动,时间问题

master
duhui 2023-02-10 14:22:37 +08:00
parent d278513f5b
commit 0337d272ee
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@
<input type="radio" th:id="always" name="effectTime" th:value="always"> <span>常驻</span>
<input type="radio" style="margin-left: 30px;" th:id="custom" name="effectTime" th:value="custom"> <span>自定义</span>
<div th:id="times" style="display: none;margin-top: 10px;">
<input type="datetime-local" th:id="startTime" class="input-text" style="width: 210px">
<input type="datetime-local" th:id="endTime" class="input-text" style="width: 210px;margin-left: 10px;">
<input type="datetime-local" th:id="startTime" class="input-text" style="width: 210px" step="1">
<input type="datetime-local" th:id="endTime" class="input-text" style="width: 210px;margin-left: 10px;" step="1">
</div>
</div>
</div>