Browse Source

登录界面和游戏界面修改bug

shaogen1995 3 năm trước cách đây
mục cha
commit
8f9508645a
3 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. BIN
      game/favicon.png
  2. 2 1
      game/index.html
  3. 1 1
      web/src/views/layout/index.vue

BIN
game/favicon.png


+ 2 - 1
game/index.html

@@ -2,7 +2,8 @@
 <html>
 
 <head>
-        <title></title>
+        <title>游戏</title>
+        <link rel="shortcut icon " type="images/x-icon" href="./favicon.png">
         <link rel="stylesheet" href="css/reset.css" type="text/css">
         <link rel="stylesheet" href="css/main.css" type="text/css">
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

+ 1 - 1
web/src/views/layout/index.vue

@@ -120,8 +120,8 @@ export default {
     border-radius: 4px;
     margin-top: 40px;
     width: 100%;
-    padding-left: 20px;
     > input {
+      padding-left: 20px;
       border: none;
       background: none;
       line-height: 42px;