From 2ba5c891b24d4d0cd6ce7ef833592e4f576ee5e8 Mon Sep 17 00:00:00 2001
From: cy <1664593601@qq.com>
Date: 星期二, 28 六月 2022 15:21:17 +0800
Subject: [PATCH] fix(html): 字段调整,样式调整

---
 WebRoot/business/changePwd.html |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/WebRoot/business/changePwd.html b/WebRoot/business/changePwd.html
index cc6568a..8e624c8 100644
--- a/WebRoot/business/changePwd.html
+++ b/WebRoot/business/changePwd.html
@@ -1,6 +1,6 @@
-<!doctype html> 
-<html class="change-h100"> 
-<head> 
+<!doctype html>
+<html class="change-h100">
+<head>
 <meta charset="utf-8">
 <title>${Constants.company_name}缁煎悎绠$悊骞冲彴</title>
 <link rel="stylesheet" href="${common_static}/static/ui/css/common.css" type="text/css"></link>
@@ -15,7 +15,7 @@
 		document.getElementById("myform").submit();
 	}
 </script>
-</head> 
+</head>
 <body class="change-h100">
 
 <div class="login_top clearfix">
@@ -31,7 +31,7 @@
 <div class="change-pw-wrap">
 	<div class="title">淇敼鍒濆瀵嗙爜</div>
     <div class="tips">涓轰簡鎮ㄧ殑璐﹀彿瀹夊叏锛岄娆$櫥褰曡淇敼鎮ㄧ殑鍒濆瀵嗙爜銆�</div>
-    <form id="myform" action="" method="post"> 
+    <form id="myform" action="" method="post">
     <table>
     	<tr>
         	<th>鏂板瘑鐮侊細</th>
@@ -53,12 +53,12 @@
         </tr>
     </table>
     </form>
-    
+
     <div class="footer clearfix">
         <a href="#"> 鎰忚鍙嶉 </a><span>|</span><a href="#"> 甯姪璇存槑 </a><span>|</span><a href="#"> 鍏充簬杩愮淮 </a><span>|</span><a href="#"> 鑱旂郴鎴戜滑 </a> <br>
-        <span>Copyright 漏 1996-2014  ${Constants.company_name}</span>
+        <span>Copyright 漏 1996-2022 ${Constants.company_name}</span>
     </div>
 </div>
 
-</body> 
+</body>
 </html>

--
Gitblit v1.9.1