ios18兼容input日期选择

1 分钟
19 阅读
ios18兼容input日期选择
css 复制代码
@supports (-webkit-touch-callout: none) {
  input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
 }
}

评论

评论

发表评论