父元素设置scale input内容无法居中?
发布于 5 年前 作者 na70 7455 次浏览 来自 官方Issues

<view class=“test”>

<input class=“input” placeholder=“请输入内容哈哈”></input>

</view>

.test {

background-color: pink;

height: 80px;

transform: scale(0.8);

transition: all 300ms linear;

}

.input {

background-color: skyblue;

text-align: center;

}

必须在真机上才能看出来,这个问题非常影响(弹出框)

必须在真机上才能看出来

必须在真机上才能看出来

必须在真机上才能看出来

1 回复

麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

回到顶部