xs 5 年之前
父節點
當前提交
ed9814a55b

二進制
src/main/webapp/icon/back.png


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

@@ -32,15 +32,29 @@
     .layui-icon-file{
     .layui-icon-file{
         display: none;
         display: none;
     }
     }
-
+    .layui-btn-meself{
+        width: 80px;
+    }
+    .layui-meself-img1{
+        width: 15px;height:15px;
+        /*padding: 2px;*/
+        margin-bottom: 3px;
+    }
      .layui-table-view .layui-table {width:100%}
      .layui-table-view .layui-table {width:100%}
 </style>
 </style>
 <body style="background-color: white ;height: 100%">
 <body style="background-color: white ;height: 100%">
     <sys:message content="${message}"/>
     <sys:message content="${message}"/>
-    <div style="margin-right: 20px">
-        <a class="layui-btn" href="${ctx}/project/tolist">返回</a>
+    <div class="" style="margin-left: 10px;margin-right: 30px;margin-top: 10px;float: right">
+        <a type="button" class="layui-btn layui-btn-normal" href="${ctx}/project/tolist"><i class="layui-icon"></i>返回</a>
+        <%--<a class="layui-btn layui-btn-primary layui-btn-mesel" href="${ctx}/project/tolist"><img class="layui-meself-img1" src="${ctxp}/icon/back.png" alt="">&nbsp;返回</a>--%>
+        <%--<a class="layui-btn" ><i class="layui-icon"></i>&nbsp;返回</a>--%>
+        <c:forEach items="${map.list1}" var="data1" varStatus="index">
+            <input id="type" hidden value="${data1.type}">
+            <a class="layui-btn layui-btn-warm" href="${ctx}/jkxl/export?id=${data1.id}&type=${data1.type}"><img class="layui-meself-img1" src="${ctxp}/icon/daochu2.png" alt="">&nbsp;导出</a>
+        </c:forEach>
+
     </div>
     </div>
-    <fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
+    <fieldset class="layui-elem-field layui-field-title" style="width: 100%">
         <legend>结算汇总表</legend>
         <legend>结算汇总表</legend>
     </fieldset>
     </fieldset>
     <div class="" style="margin-left: 10px;margin-right: 10px;">
     <div class="" style="margin-left: 10px;margin-right: 10px;">
@@ -51,10 +65,10 @@
         <legend>本体部分</legend>
         <legend>本体部分</legend>
     </fieldset>
     </fieldset>
     <div class="" style="margin-left: 10px;margin-right: 10px;margin-top: 10px;">
     <div class="" style="margin-left: 10px;margin-right: 10px;margin-top: 10px;">
-       <c:forEach items="${map.list1}" var="data1" varStatus="index">
-           <input id="type" hidden value="${data1.type}">
-         <a class="layui-btn" href="${ctx}/jkxl/export?id=${data1.id}&type=${data1.type}">导出</a>
-       </c:forEach>
+       <%--<c:forEach items="${map.list1}" var="data1" varStatus="index">--%>
+           <%--<input id="type" hidden value="${data1.type}">--%>
+         <%--<a class="layui-btn" href="${ctx}/jkxl/export?id=${data1.id}&type=${data1.type}">导出</a>--%>
+       <%--</c:forEach>--%>
             <%--<table:importExcel url="${ctx}/propertycostreminder/propertyCostReminder/import"></table:importExcel>--%>
             <%--<table:importExcel url="${ctx}/propertycostreminder/propertyCostReminder/import"></table:importExcel>--%>
         <table id="table1" class="layui-table" lay-filter="table1"></table>
         <table id="table1" class="layui-table" lay-filter="table1"></table>
     </div>
     </div>

+ 3 - 3
src/main/webapp/webpage/modules/sg/project/manageList.jsp

@@ -56,9 +56,9 @@
                 <div class="layui-card-body">
                 <div class="layui-card-body">
                     <div class="" style="margin-left: 10px;margin-right: 10px;margin-top: 10px;">
                     <div class="" style="margin-left: 10px;margin-right: 10px;margin-top: 10px;">
                         <div class="layui-btn-group">
                         <div class="layui-btn-group">
-                            <button type="button" class="layui-btn layui-btn-normal layui-btn-meself" onclick="addProject()"><i class="layui-icon"></i>新建</button>
-                            <button type="button" class="layui-btn layui-btn-primary layui-btn-meself"  onclick="refresh()"><img class="layui-meself-img1" src="${ctxp}/icon/refush.png" alt="">&nbsp;刷新</button>
-                            <button type="button" class="layui-btn layui-btn-warm  layui-btn-meself" href="#"><img class="layui-meself-img1" src="${ctxp}/icon/daochu2.png" alt="">&nbsp;导出</button>
+                            <a type="button" class="layui-btn layui-btn-normal layui-btn-meself" onclick="addProject()"><i class="layui-icon"></i>新建</a>
+                            <a type="button" class="layui-btn layui-btn-primary layui-btn-meself"  onclick="refresh()"><img class="layui-meself-img1" src="${ctxp}/icon/refush.png" alt="">&nbsp;刷新</a>
+                            <a type="button" class="layui-btn layui-btn-warm layui-btn-meself" href="#"><img class="layui-meself-img1" src="${ctxp}/icon/daochu2.png" alt="">&nbsp;导出</a>
                         </div>
                         </div>
                         <table id="table1" class="layui-table" lay-filter="table1"></table>
                         <table id="table1" class="layui-table" lay-filter="table1"></table>
                     </div>
                     </div>