textarea在ios中的样式
发布于 6 年前 作者 cuitao 17115 次浏览 来自 问答
  • 需求的场景描述(希望解决的问题)

textarea {

display: inline-block;

width: calc(100% - 115rpx);

color: #555;

font-size: 30rpx;

background: green;

line-height: 30rpx;

padding: 0 !important;

margin: 0 !important;

}

编译器和安卓手机显示是正常的

苹果手机显示

  • 希望提供的能力

怎么把苹果手机的间距去掉padding、margin都不好使

去掉默认的边距

2 回复

解决没有呢

你好,这是个已知问题,我们看下怎么修复

回到顶部