uni-app 云打包字体变大、错乱 20210222

uni-app 云打包字体变大、错乱 20210222

操作步骤:

  • 激活码 5个99999 激活以后登录按钮就是变大的

预期结果:

  • 激活码 5个99999 激活以后登录按钮就是变大的

实际结果:

  • 激活码 5个99999 激活以后登录按钮就是变大的

bug描述:

  • 真机测试,自定义基座都没问题,云打包字体就变大了,编辑器版本回退到3.0.7就正常的,新版3.1.2和体验版3.1.3都有问题,部分页面的字体变大了,不是全部的,只有个别的。
  • 激活码 5个99999 激活以后登录按钮就是变大的
  • 错误1 css
    .login-button {
    margin-top: 10rpx;
    height: 26rpx;
    line-height: 26rpx;
    background-color: $main-color;
    font-size: 10rpx;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    border-radius: 2rpx;
    }
    
  • 错误2 css
    .navigation-item-view .item-subheading {
    position: absolute;
    top: 70.3125rpx;
    left: 21.97265625rpx;
    right: 7.32421875rpx;
    font-size: 8.7890625rpx;
    font-weight: 400;
    color: #999999;
    }
    
  • 错误3 css
    .navigation-item-view .item-subheading {
    position: absolute;
    top: 70.3125rpx;
    left: 21.97265625rpx;
    right: 7.32421875rpx;
    font-size: 8.7890625rpx;
    font-weight: 400;
    color: #999999;
    }
    

Image


更多关于uni-app 云打包字体变大、错乱 20210222的实战教程也可以访问 https://www.itying.com/category-93-b0.html

回到顶部