Browse Source

页面优化

oyq28 1 year ago
parent
commit
36b01e0f69

+ 6 - 6
src/main/resources/static/admin/index.html

@@ -3,10 +3,10 @@
 <head>
 <head>
 <meta charset="utf-8">
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
-<title>IMCS管理系统</title>
-<link rel="icon" href="images/logo.png" type="image/png">
-<meta name="keywords" content="IMCS管理系统">
-<meta name="description" content="IMCS管理系统">
+<title>兴胜机械数字管理系统</title>
+<link rel="icon" href="" type="image/png">
+<meta name="keywords" content="兴胜机械数字管理系统">
+<meta name="description" content="兴胜机械数字管理系统">
 <meta name="author" content="yinqi">
 <meta name="author" content="yinqi">
 <link href="css/bootstrap.min.css" rel="stylesheet">
 <link href="css/bootstrap.min.css" rel="stylesheet">
 <link href="css/materialdesignicons.min.css" rel="stylesheet">
 <link href="css/materialdesignicons.min.css" rel="stylesheet">
@@ -34,8 +34,8 @@
 
 
       <!-- logo -->
       <!-- logo -->
       <div id="logo" class="sidebar-header">
       <div id="logo" class="sidebar-header">
-        <a href="index.html"><img src="images/logo.png" style="height:40px;" /><span
-                style="font-size:1.2em;line-height:40px;">IMCS管控系统</span></a>
+        <a href="index.html"><img src="" style="height:40px;" /><span
+                style="font-size:1.2em;line-height:40px;">兴胜机械数字管理系统</span></a>
       </div>
       </div>
       <div class="lyear-layout-sidebar-scroll">
       <div class="lyear-layout-sidebar-scroll">
 
 

+ 3 - 3
src/main/resources/static/admin/lyear_pages_login.html

@@ -73,16 +73,16 @@
   <div class="lyear-login" >
   <div class="lyear-login" >
     <div class="login-center" style="padding:15px;">
     <div class="login-center" style="padding:15px;">
       <div class="login-header text-center">
       <div class="login-header text-center">
-        <img src="images/logo.png" style="height:40px;line-height:40px;" /><span
+        <img src="" style="height:40px;line-height:40px;" /><span
               style="font-size:1.2em;line-height:40px;">登录管控系统</span>
               style="font-size:1.2em;line-height:40px;">登录管控系统</span>
       </div>
       </div>
       <form action="#!" method="post">
       <form action="#!" method="post">
         <div class="form-group has-feedback feedback-left">
         <div class="form-group has-feedback feedback-left">
-          <input type="text" placeholder="体验版账号admin" class="form-control" name="username" id="username" />
+          <input type="text" placeholder="账号" class="form-control" name="username" id="username" />
           <span class="mdi mdi-account form-control-feedback" aria-hidden="true"></span>
           <span class="mdi mdi-account form-control-feedback" aria-hidden="true"></span>
         </div>
         </div>
         <div class="form-group has-feedback feedback-left">
         <div class="form-group has-feedback feedback-left">
-          <input type="password" placeholder="体验版密码1" class="form-control" id="password" name="password" />
+          <input type="password" placeholder="密码" class="form-control" id="password" name="password" />
           <span class="mdi mdi-lock form-control-feedback" aria-hidden="true"></span>
           <span class="mdi mdi-lock form-control-feedback" aria-hidden="true"></span>
         </div>
         </div>
         <div class="form-group has-feedback feedback-left row" style="margin-bottom:5px;">
         <div class="form-group has-feedback feedback-left row" style="margin-bottom:5px;">