tt0101 1 هفته پیش
والد
کامیت
04f37d59cf
3فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  1. 1 1
      src/components/watch-login/watch-input.vue
  2. 3 2
      src/views/Payment.vue
  3. 1 1
      src/views/login.vue

+ 1 - 1
src/components/watch-login/watch-input.vue

@@ -185,7 +185,7 @@ export default {
   margin-left: 20px;
   border: none;
   outline: none;
-  height: 45px;
+  height: 40px;
 }
 .vercode {
   color: rgba(0, 0, 0, 0.7);

+ 3 - 2
src/views/Payment.vue

@@ -199,10 +199,11 @@ export default {
 }
 
 .pay-radio {
-  margin-right: 18px;
+  margin-right: 8px;
+  margin-left:8px;
   background: #fff;
   border-radius: 8px;
-  padding: 4px 18px;
+  padding: 4px 4px;
   display: inline-flex;
   align-items: center;
   cursor: pointer;

+ 1 - 1
src/views/login.vue

@@ -30,7 +30,7 @@
 
       <!-- 底部信息 -->
       <div class="footer">
-        <router-link to="forget">找回密码</router-link>
+        <div>找回密码</div>
         <span>|</span>
         <router-link to="register">注册账号</router-link>
       </div>