lilei 4 lat temu
rodzic
commit
bc5a58d332
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 1
      pages/login/login.scss
  2. 1 0
      pages/login/login.vue

+ 1 - 1
pages/login/login.scss

@@ -30,7 +30,7 @@
 			}
 			.item-inp, .item-picker{
 				font-size: 30upx;
-				padding: 16upx 20upx;
+				padding: 14upx 20upx;
 			}
 			.getcode-btn{
 				position: absolute;

+ 1 - 0
pages/login/login.vue

@@ -8,6 +8,7 @@
 				<u-button shape="circle" :custom-style="wxButton" class="login-btn" type="success" :hair-line="false" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
 					微信登陆
 				</u-button>
+				<u-gap height="30"></u-gap>
 				<u-button shape="circle" plain :custom-style="phoneButton" class="login-btn" @click="phoneLogin" type="info">
 					手机号码登录
 				</u-button>