Browse Source

2019-09-25 15:48

xs 5 years ago
parent
commit
10155fa8a1

+ 3 - 0
src/main/webapp/static/plugin/assets/vermeit.css

@@ -3,6 +3,7 @@
     color: white;
     background-color: #3ca2e0;
     height: 46px;
+    line-height: 46px;
 }
 .layui-meself-bgc{
     margin: 9px;
@@ -26,11 +27,13 @@
 }
 .layui-meself-img{
     width: 11px;height:11px;padding: 2px;
+    line-height: 11px;
 }
 .layui-meself-img1{
     width: 15px;height:15px;
     /*padding: 2px;*/
     margin-bottom: 3px;
+    line-height: 15px;
 }
 .layui-btn-meself{ width: 70px;padding: 4px 7px;}
 .layui-mesl-mit{

+ 1 - 0
src/main/webapp/webpage/modules/sg/free/indexProject.jsp

@@ -12,6 +12,7 @@
         width: 10%;
         margin-left: 45%;
         height: 11px;
+        line-height: 11px;
     }
     .layui-icon-layer{
         display: none;

+ 1 - 1
src/main/webapp/webpage/modules/sg/free/wbslist.jsp

@@ -15,7 +15,7 @@
     .div_main_form{ width: 50%; margin-left: 10px;}
     .layui-icon-layer{display: none;}
     .layui-icon-file{display: none;}
-    .layui-meself-img1{width: 15px;height:15px;/*padding: 2px;*/margin-bottom: 3px;}
+    .layui-meself-img1{width: 15px;height:15px;/*padding: 2px;*/margin-bottom: 3px;line-height: 15px}
     .layui-btn-meself{ width: 70px;padding: 4px 7px;}
      .layui-table-view .layui-table {width:100%}
     .layui-table-tips-main{display:none}

+ 2 - 2
src/main/webapp/webpage/modules/sg/project/addItemForm.jsp

@@ -11,10 +11,10 @@
     <link rel="stylesheet" href="${ctxp}/static/plugin/assets/common.css"/>
     <script type="text/javascript" src="${ctxp}/static/plugin/assets/jquery-3.2.1.min.js"></script>
     <style>
-        .mydiv{padding: 5px 7px;min-height: 17px;text-align: left;color:#333333}
+        .mydiv{padding: 5px 7px;min-height: 17px;text-align: left;color:#333333;line-height: 17px}
         .mydiv:empty:before{content: attr(placeholder);color:#999999;text-align: left}
         .mydiv:focus:before{content:none;text-align: left}
-        .layui-input{ height: 28px;}
+        .layui-input{ height: 28px;line-height: 28px}
         td{text-align: center;font-size: 14px;margin-top: 20px;color: #555}
         .layui-form{padding: 4px}
     </style>

+ 2 - 2
src/main/webapp/webpage/modules/sg/project/addprojectForm.jsp

@@ -11,10 +11,10 @@
     <link rel="stylesheet" href="${ctxp}/static/plugin/assets/common.css"/>
     <script type="text/javascript" src="${ctxp}/static/plugin/assets/jquery-3.2.1.min.js"></script>
     <style>
-        .mydiv{padding: 5px 7px;min-height: 17px;text-align: left;color:#333333}
+        .mydiv{padding: 5px 7px;min-height: 17px;text-align: left;color:#333333;line-height: 17px}
         .mydiv:empty:before{content: attr(placeholder);color:#999999;text-align: left}
         .mydiv:focus:before{content:none;text-align: left}
-        .layui-input{ height: 28px;}
+        .layui-input{ height: 28px;line-height: 28px}
         td{text-align: center;font-size: 14px;margin-top: 20px;color: #555}
         .layui-form{padding: 4px}
     </style>

+ 1 - 1
src/main/webapp/webpage/modules/sg/project/lookItemForm.jsp

@@ -9,7 +9,7 @@
     <script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
 </head>
 <style>
-    .layui-input{ height: 28px; margin-top: 6px; background: whitesmoke;}
+    .layui-input{ height: 28px; margin-top: 6px; background: whitesmoke;line-height: 28px}
     .layui-form-label { float: left; display: block;padding: 9px 15px;width: 100px;font-weight: 400;line-height: 20px;text-align: right;}
     .layui-table-view .layui-table {width:100%}
 </style>

+ 1 - 1
src/main/webapp/webpage/modules/sg/project/management.jsp

@@ -12,7 +12,7 @@
     <script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
 </head>
 <style>
-    .layui-input{height: 28px;margin-top: 5px;width: 260px;}
+    .layui-input{height: 28px;margin-top: 5px;width: 260px;line-height: 28px}
     .input-meself-time{font-size: 13px;width: 140px;}
     .btn_out{ width: 100px;margin: 0;float: right; margin-right:2%;}
     .div_main_form{width: 50%;margin-left: 10px;}

+ 1 - 1
src/main/webapp/webpage/modules/sg/project/updateItemForm.jsp

@@ -16,7 +16,7 @@
     <script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
 </head>
 <style>
-    .layui-input{height: 28px;margin-top: 6px;/*background: whitesmoke;*/}
+    .layui-input{height: 28px;margin-top: 6px;line-height: 28px/*background: whitesmoke;*/}
     .layui-form-label { float: left;display: block;padding: 9px 15px;width: 100px;font-weight: 400;line-height: 20px;text-align: right;}
     .layui-table-view .layui-table {width:100%}
 </style>

+ 2 - 2
src/main/webapp/webpage/modules/sg/projecttem/addItem.jsp

@@ -7,10 +7,10 @@
     <link rel="stylesheet" href="${ctxp}/static/plugin/assets/common.css"/>
     <script type="text/javascript" src="${ctxp}/static/plugin/assets/jquery-3.2.1.min.js"></script>
     <style>
-        .mydiv{padding: 5px 7px;min-height: 17px;text-align: left;color:#333333}
+        .mydiv{padding: 5px 7px;min-height: 17px;text-align: left;color:#333333;line-height: 17px}
         .mydiv:empty:before{content: attr(placeholder);color:#999999;text-align: left}
         .mydiv:focus:before{content:none;text-align: left}
-        .layui-input{ height: 28px;}
+        .layui-input{ height: 28px;line-height: 28px}
          td{text-align: center;font-size: 14px;margin-top: 20px;color: #555}
         .layui-form{padding: 4px}
     </style>

+ 5 - 5
src/main/webapp/webpage/modules/sg/projecttem/addItem2Form.jsp

@@ -10,10 +10,10 @@
 <head>
     <title>添加工程</title>
     <style>
-        .layui-input{ height: 28px;margin-top: 6px;}
+        .layui-input{ height: 28px;margin-top: 6px;line-height: 28px}
         .layui-table-view .layui-table {width:100%}
-        .myselect{border: none;padding: 5px 7px;min-height: 20px;color: #666666;}
-        .mydiv{padding: 5px 7px;min-height: 20px;border: whitesmoke;}
+        .myselect{border: none;padding: 5px 7px;min-height: 20px;color: #666666;line-height: 20px}
+        .mydiv{padding: 5px 7px;min-height: 20px;border: whitesmoke;line-height: 20px}
         .mydiv:empty:before{content: attr(placeholder);color:#999999;}
         .mydiv:focus:before{content:none}
         .layui-table-tips-main{display:none}
@@ -34,7 +34,7 @@
                             </fieldset>
                             <div class="layui-form-item">
                                 <div class="layui-inline">
-                                    <label class="layui-form-label" style="width: 100px">*单体工程名称</label>
+                                    <label class="layui-form-label" style="width: 100px;">*单体工程名称</label>
                                     <div class="layui-input-inline">
                                         <input type="text" id="myinput" autocomplete="off" placeholder="" class="layui-input">
                                     </div>
@@ -67,7 +67,7 @@
                                     </table>
                                 </div>
                              <div style="margin-top: 20px">
-                                <button id="mybtn" type="button" class="layui-btn" style="width: 70px" onclick="okSubmit()">确定</button>
+                                <button id="mybtn" type="button" class="layui-btn" style="width: 70px;" onclick="okSubmit()">确定</button>
                             </div>
                         </div>
                     </div>

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/lookItem.jsp

@@ -9,7 +9,7 @@
     <script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
 </head>
 <style>
-    .layui-input{height: 28px;margin-top: 6px;background: whitesmoke;}
+    .layui-input{height: 28px;margin-top: 6px;background: whitesmoke;line-height: 28px}
     .layui-form-label {float: left;display: block;padding: 9px 15px;width: 100px;font-weight: 400;line-height: 20px;text-align: right;}
     .layui-table-view .layui-table {width:100%}
 </style>

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/manageList.jsp

@@ -12,7 +12,7 @@
     <%@ include file="manageList.js"%>
 </head>
 <style>
-    .layui-input{height: 28px; margin-top: 5px;width: 260px;}
+    .layui-input{height: 28px; margin-top: 5px;width: 260px;line-height: 28px}
     .input-meself-time{font-size: 13px;width: 140px;}
     .btn_out{ width: 100px; margin: 0;float: right;margin-right:2%;}
     .div_main_form{width: 50%;margin-left: 10px;}

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/updateItem.jsp

@@ -10,7 +10,7 @@
     <script src="${ctxp}/static/plugin/assets/layui/layui.js"></script>
 </head>
 <style>
-    .layui-input{height: 28px;margin-top: 6px; /*background: whitesmoke;*/}
+    .layui-input{height: 28px;margin-top: 6px;line-height: 28px /*background: whitesmoke;*/}
     .layui-form-label {float: left;display: block;padding: 9px 15px;width: 100px;font-weight: 400;line-height: 20px;text-align: right;}
     .layui-table-view .layui-table {width:100%}
 </style>