Browse Source

2019-09-25 15:48

xs 5 years ago
parent
commit
04e8c3984e

+ 12 - 2
src/main/webapp/webpage/modules/sg/free/individualForm.jsp

@@ -23,8 +23,12 @@
 <div class="layui-btn-group suretable" style="display: none;">
 <div class="layui-btn-group suretable" style="display: none;">
     <button class="layui-btn"  data-type="getCheckData" id="freenl">确定</button>
     <button class="layui-btn"  data-type="getCheckData" id="freenl">确定</button>
 </div>
 </div>
+<table>
+<tbody>
+<tr>
+<td>
 <form class="layui-form" action="">
 <form class="layui-form" action="">
-    <div class="layui-form-item" style="float: left">
+    <div class="layui-form-item" style="float: left;">
         <div class="" style="margin-left: 10px;margin-top: 10px;">
         <div class="" style="margin-left: 10px;margin-top: 10px;">
             <span id="mylable2">项目调整</span>
             <span id="mylable2">项目调整</span>
             <span>:</span>
             <span>:</span>
@@ -36,10 +40,16 @@
         </div>
         </div>
     </div>
     </div>
 </form>
 </form>
-<div style="float: right;margin:22px 100px;">&nbsp;&nbsp;
+</td>
+<td>
+<div style="">&nbsp;&nbsp;
     <input id="edt-search" type="text" placeholder="输入关键字" class="solr" style=""/>&nbsp;&nbsp;
     <input id="edt-search" type="text" placeholder="输入关键字" class="solr" style=""/>&nbsp;&nbsp;
     <button class="layui-btn" id="btn-search">&nbsp;&nbsp;搜索&nbsp;&nbsp;</button>
     <button class="layui-btn" id="btn-search">&nbsp;&nbsp;搜索&nbsp;&nbsp;</button>
 </div>
 </div>
+</td>
+</tr>
+</tbody>
+</table>
 <div style="margin-left: 10px;margin-right: 10px">
 <div style="margin-left: 10px;margin-right: 10px">
 <table class="layui-table" id="longtable" lay-filter="longtable"></table>
 <table class="layui-table" id="longtable" lay-filter="longtable"></table>
 </div>
 </div>

+ 2 - 2
src/main/webapp/webpage/modules/sg/free/wbslist.js

@@ -206,7 +206,7 @@ layui.use(['table', 'form', 'element', 'treetable'], function () {
             layer.open({  //弹出层页面
             layer.open({  //弹出层页面
                 type: 2,
                 type: 2,
                 title: '单独调整',
                 title: '单独调整',
-                area: ['900px', '95%'], //设置弹出层大小
+                area: ['80%', '95%'], //设置弹出层大小
                 shade: 0.8,
                 shade: 0.8,
                 maxmin: true,  //最大最小值
                 maxmin: true,  //最大最小值
                 shadeClose: true,
                 shadeClose: true,
@@ -234,7 +234,7 @@ layui.use(['table', 'form', 'element', 'treetable'], function () {
            layer.open({
            layer.open({
                 type: 2,
                 type: 2,
                 title: xmmc,
                 title: xmmc,
-                area: ['500px', '95%'],
+                area: ['50%', '95%'],
                 shade: 0.8,
                 shade: 0.8,
                 shadeClose: true,
                 shadeClose: true,
                 content: '${ctxp}/webpage/modules/sg/free/avgpage.jsp'
                 content: '${ctxp}/webpage/modules/sg/free/avgpage.jsp'