父元素设置scale input内容无法居中?

发布于 7 年前作者 na707668 次浏览最后编辑 7 年前来自 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 回复
tanping
tanping1 楼5 年前

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