zhiyuan007 1 rok pred
rodič
commit
9b5eb170d2

+ 1 - 0
src/views/main/c-views/credit-data/data-imputation-push/MatterImputationStaticsSituation.vue

@@ -349,6 +349,7 @@ export default {
     font-size: 16px;
     font-weight:bold;
   }
+  padding-top: 10px;
   padding-bottom: 10px;
   border-bottom: 1px #e7eaec solid;
 }

+ 3 - 9
src/views/main/login/LoginRight.vue

@@ -22,7 +22,7 @@
 
       <div class="single-input input_login">
         <el-button class="single_login" @click="loginIn">登录</el-button>
-        <el-button class="single_login" @click="loginIn('2')">游客登录</el-button>
+        <el-button class="single_login" @click="loginIn('2')">游客</el-button>
       </div>
 
     </div>
@@ -236,14 +236,6 @@ export default {
             }
           })
           this.setOperationTime();
-          addLoginLog().then(response => {
-            var date = response.msg;
-            if (date[0]["success"] == "true") {
-              return;
-            } else {
-              return;
-            }
-          });
 
         })
     },
@@ -367,6 +359,7 @@ export default {
       display: flex;
       flex-direction: row;
       padding: 10px;
+      flex-wrap: wrap;
       .input_type{
         width: 68%;
       }
@@ -376,6 +369,7 @@ export default {
     }
     .single_login{
       width: 100%;
+      margin: 10px;
       background-color: #1a7bb9;
       border-color: #1a7bb9;
       color: #FFFFFF;