Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -52,7 +52,7 @@ | ... | @@ -52,7 +52,7 @@ |
| 52 | </view> | 52 | </view> |
| 53 | 53 | ||
| 54 | <!-- Logout Button --> | 54 | <!-- Logout Button --> |
| 55 | - <view class="w-[730rpx] rounded-[24rpx] p-[32rpx] mt-[32rpx]"> | 55 | + <view class="w-[730rpx] rounded-[24rpx] p-[32rpx]"> |
| 56 | <view | 56 | <view |
| 57 | class="flex items-center justify-center py-[20rpx] px-[32rpx] rounded-[16rpx] border-[2rpx] border-[#FEE2E2] bg-[#FEF2F2] active:opacity-70" | 57 | class="flex items-center justify-center py-[20rpx] px-[32rpx] rounded-[16rpx] border-[2rpx] border-[#FEE2E2] bg-[#FEF2F2] active:opacity-70" |
| 58 | @tap="handleLogout" | 58 | @tap="handleLogout" | ... | ... |
-
Please register or login to post a comment