|
@@ -10,7 +10,7 @@
|
|
|
<up-avatar :src="src" class="avatar"></up-avatar>
|
|
|
|
|
|
<!-- 下方按钮 -->
|
|
|
- <up-button type="error" shape="circle" class="button" @click="handleLogin">获取微信授权登录</up-button>
|
|
|
+ <up-button type="error" shape="circle" class="button" @click="handleLogin">获取微信授权登录</up-button>
|
|
|
</view>
|
|
|
<view class="xieyi text-center">
|
|
|
<text class="text-grey1">登录即代表同意</text>
|
|
@@ -263,8 +263,8 @@
|
|
|
align-items: center;
|
|
|
/* 水平居中 */
|
|
|
padding: 30rpx;
|
|
|
- gap: 30rpx;
|
|
|
/* 元素间距 */
|
|
|
+ gap: 30rpx;
|
|
|
}
|
|
|
|
|
|
/* 头像样式 */
|
|
@@ -275,7 +275,7 @@
|
|
|
|
|
|
/* 按钮样式 */
|
|
|
.button {
|
|
|
- width: 170rpx !important;
|
|
|
+ // width: 170rpx !important;
|
|
|
/* 覆盖默认宽度 */
|
|
|
margin-left: 0 !important;
|
|
|
/* 清除原代码中的 margin-left */
|