收藏
回答

text 加border 文字不能居中

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug text 客户端 7.0.3 2.6.6

模拟器正常

- 当前 Bug 的表现(可附上截图)

android

IOS

.text{

width: 158rpx;

height: 60rpx;

border-radius: 30rpx ;

border: 1rpx solid #d8d8d8;

font-size: 28rpx;

display: flex;  

align-items: center;

justify-content: center;

}

<text class='text'>文字居中</text>


回答关注问题邀请回答
收藏

1 个回答

  • Maverick
    Maverick
    2019-05-10

    line-height: 1em;

    2019-05-10
    有用
    回复
登录 后发表内容