浏览代码

bug 修复

lilei 4 年之前
父节点
当前提交
bc5a58d332
共有 2 个文件被更改,包括 2 次插入1 次删除
  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{
 			.item-inp, .item-picker{
 				font-size: 30upx;
 				font-size: 30upx;
-				padding: 16upx 20upx;
+				padding: 14upx 20upx;
 			}
 			}
 			.getcode-btn{
 			.getcode-btn{
 				position: absolute;
 				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 shape="circle" :custom-style="wxButton" class="login-btn" type="success" :hair-line="false" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
 					微信登陆
 					微信登陆
 				</u-button>
 				</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 shape="circle" plain :custom-style="phoneButton" class="login-btn" @click="phoneLogin" type="info">
 					手机号码登录
 					手机号码登录
 				</u-button>
 				</u-button>