zengkun983
<view class="login">
  <view>点击确定可自动登录</view>
</view>
 
 
.login{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute; 
}

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-01-09
  • 2021-09-16
  • 2021-06-01
  • 2021-08-31
猜你喜欢
  • 2021-12-15
  • 2022-12-23
  • 2021-11-21
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案