ljh há 2 anos atrás
pai
commit
1c48ce394c

+ 3 - 21
nngkxxdp/src/main/resources/static/page/css/lr_index.css

@@ -137,28 +137,7 @@
     height:46px;
     line-height: 46px;
 }
-.tableyx{
-	margin: 10px 10px;
-}
-.tableyx tr{
-	text-align: center;
-}
-.tableyx tr th{
-	text-align: center;
-}
-#yxpage{
-	margin-left:10px ;
-}
 
-.operation{
-	display: flex;
-	justify-content: center;
-	color: #2a98fb;
-}
-.operation>div{
-	cursor: pointer;
-	margin: 10px;
-}
 #details{
 	margin-left: 10px;
 }
@@ -178,4 +157,7 @@
 }
 #details>ul>li>div{
 	margin-top: 10px;
+}
+.layui-layer-content{
+	text-align: center;
 }

+ 2 - 2
nngkxxdp/src/main/resources/static/page/js/base/lr_index.js

@@ -38,9 +38,9 @@ function detailHtml(data) {
 	var html = ''
 	html += '<ul>'
 	html += '<li>上传人电话:' + data.uploaderPhone + '</li>'
-	if(data.uploadTime){
+	if (data.uploadTime) {
 		html += '<li>上传时间:' + data.uploadTime + '</li>'
-	}else if(data.updateTime){
+	} else if (data.updateTime) {
 		html += '<li>通过时间:' + data.updateTime + '</li>'
 	}
 	html += '<li>内容描述:' + data.pictureDescription + '</li>'

+ 0 - 19
nngkxxdp/src/main/resources/static/page/lr_index.html

@@ -183,25 +183,6 @@
 							<li class="layui-this" style="color: #2a98fb; margin-left: 15px;">印象南岸</li>
 						</ul>
 						<table class="layui-hide" id="yxnnTable" lay-filter="yxnnfilter"></table>
-						<!-- <table class="layui-table tableyx" >
-							<colgroup>
-							  <col >
-							  <col >
-							  <col >
-							</colgroup>
-							<thead>
-							  <tr>
-								<th>上传电话</th>
-								<th>上传时间</th>
-								<th>描述内容</th>
-								<th>状态</th>
-								<th>操作</th>
-							  </tr> 
-							</thead>
-							<tbody class="tableContent">
-								
-							</tbody>
-						  </table> -->
 					</div>
 					<div id="yxpage"></div>
 					<div id="details">