diff --git a/src/field/index.less b/src/field/index.less index e3df3bd21..e70f30db2 100644 --- a/src/field/index.less +++ b/src/field/index.less @@ -50,12 +50,17 @@ text-align: right; } - /* for ios wechat */ + // for ios wechat &[type="date"], &[type="time"], &[type="datetime-local"] { min-height: @cell-line-height; } + + // for safari + &[type="search"] { + -webkit-appearance: none; + } } &__clear,