Browse Source

样式修改

mfmf 3 years atrás
parent
commit
e8f7cea0fa
3 changed files with 4 additions and 4 deletions
  1. 2 2
      src/html/loginLogs.html
  2. 1 1
      src/html/operationalLogs.html
  3. 1 1
      src/js/operationalLogs.js

+ 2 - 2
src/html/loginLogs.html

@@ -19,11 +19,11 @@
             <div class="filterBox">
                 <span class="filterItem">
                     <span>登录名:</span>
-                    <input type="text" class="loginName">
+                    <input type="text" class="loginName" style="height: 34px;">
                 </span>
 				<span class="filterItem">
 				    <span>IP地址:</span>
-				    <input type="text" class="loginIp">
+				    <input type="text" class="loginIp" style="height: 34px;">
 				</span>
                 <span class="filterItem typeFilter clearfix dataSelectLight">
                     <span class="fl">操作日期:</span>

+ 1 - 1
src/html/operationalLogs.html

@@ -19,7 +19,7 @@
             <div class="filterBox">
                 <span class="filterItem">
                     <span>操作人:</span>
-                    <input type="text" class="operationName">
+                    <input type="text" class="operationName" style="height: 34px;">
                 </span>
                 <span class="filterItem typeFilter clearfix dataSelectLight">
                     <span class="fl">操作日期:</span>

+ 1 - 1
src/js/operationalLogs.js

@@ -139,7 +139,7 @@ function renderTab(data, activePage) {
 					<td  class="textCenter">${(activePage - 1) * 15 + i + 1}</td>
 					<td data-model="${item.operationName}">${item.operationName}</td>
 					<td class="operationDate">${item.operationDate}</td>
-					<td class="operationIp">${item.operationIp}</td>
+					<td class="operationIp">${item.operationIp||"-"}</td>
 					<td class="operationRecord">${item.operationRecord}</td>
 				</tr>
 			`