|
@@ -70,16 +70,16 @@
|
|
|
|
|
|
|
|
<label class="layui-form-label">内容</label>
|
|
<label class="layui-form-label">内容</label>
|
|
|
<div class="layui-input-block">
|
|
<div class="layui-input-block">
|
|
|
- <textarea name="atext" id="atext" placeholder="请输入内容" lay-verify="required"
|
|
|
|
|
|
|
+ <textarea name="atext" id="atext" placeholder="请输入内容" lay-verify="required"
|
|
|
class="layui-textarea"></textarea>
|
|
class="layui-textarea"></textarea>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <div class="form-group" style="margin-top: 20px;">
|
|
|
|
|
- <div class="col-sm-4 col-sm-offset-6">
|
|
|
|
|
- <button class="btn btn-primary btn-sm" type="submit">提交</button>
|
|
|
|
|
|
|
+ <div class="form-group" style="margin-top: 20px;">
|
|
|
|
|
+ <div class="col-sm-4 col-sm-offset-6">
|
|
|
|
|
+ <button class="btn btn-primary btn-sm" type="submit">提交</button>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -181,7 +181,10 @@
|
|
|
laydate.render({
|
|
laydate.render({
|
|
|
elem: '#sendtime'
|
|
elem: '#sendtime'
|
|
|
, type: 'datetime'
|
|
, type: 'datetime'
|
|
|
- ,btns: ['clear', 'confirm']
|
|
|
|
|
|
|
+ , format: 'yyyy-MM-dd HH:mm:ss'
|
|
|
|
|
+ , value: new Date()
|
|
|
|
|
+ , btns: ['clear', 'confirm'],
|
|
|
|
|
+
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
|
|
|