wechat
ihzero 2023-11-17 15:53:47 +08:00
parent 35c01defa7
commit 39fa396124
1 changed files with 2 additions and 10 deletions

View File

@ -28,7 +28,7 @@
v-model="password"
/>
</view>
<button @tap="login()" type="button"> </button>
<u-button type="primary" shape="circle" @tap="login()"> </u-button>
<!-- <view class="reg" @tap="reg()"> </view> -->
</form>
</view>
@ -137,15 +137,7 @@ export default {
padding-top: 80rpx;
}
.t-login button {
font-size: 28rpx;
background: #2796f2;
color: #fff;
height: 90rpx;
line-height: 90rpx;
border-radius: 50rpx;
font-weight: bold;
}
.t-login input {
height: 90rpx;