记得上下班打卡 | git大法好,push需谨慎

Commit 5901710f authored by dongchun's avatar dongchun

去掉input的记忆属性

parent e413cd6a
......@@ -229,9 +229,9 @@
<div class="selectClassifyOne">
<span class="span-label"><i style="color: red;">*</i>时间范围:</span>
<div class="date-range" style="margin-bottom: 15px;">
<input type="text" style="width: 200px;float: left" class="form-control" id="startTime" placeholder="开始时间选择" name="startTime"/>
<input type="text" style="width: 200px;float: left" class="form-control" id="startTime" autocomplete=“off” placeholder="开始时间选择" name="startTime"/>
<span class="control-label" style="float: left;margin-left: 10px;margin-right: 10px"> - </span>
<input type="text" style="width: 200px;float: left" class="form-control" id="endTime" placeholder="结束时间选择" name="endTime"/>
<input type="text" style="width: 200px;float: left" class="form-control" id="endTime" autocomplete=“off” placeholder="结束时间选择" name="endTime"/>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment