mac开发者工具对textarea的font-weight显示有问题
- 当前 Bug 的表现(可附上截图)
textarea 的 placeholder-class 属性的 font-weight 没有生效
- 预期表现
图中输入备注应该 font-weight:300 的粗细
- 复现路径
无
- 提供一个最简复现 Demo
<textarea placeholder="输入备注(如货物类别及跟车人数)" placeholder-class="input_p" maxlength="50" auto-height="true"></textarea>.input_p { font-weight: 300; color: #cccccc;} |
