generated from root/miduo_server
返利活动,时间问题
parent
d278513f5b
commit
0337d272ee
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue