@@ -16,6 +16,10 @@
<script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
</head>
<style>
+ .layui-input{
+ height: 30px;
+ margin-top: 5px;
+ }
.layui-form-label {
float: left;
display: block;
@@ -154,14 +158,6 @@
laydate.render({
elem: '#endDate2'
});
-
- //监听提交
- // form.on('submit(mybtnsubmit)', function(data){
- // layer.alert(JSON.stringify(data.field), {
- // title: '最终的提交信息'
- // })
- // return false;
- // });
</script>
<script>
@@ -327,8 +323,9 @@
title: '查看',
area: ['80%', '90%'],
shade: 0.8,
+
shadeClose: true,
- fixed: false, //不固定
+ fixed: true, //不固定
maxmin: true,
content: url
, btn: ['关闭']