DatePicker: hide input default clear button on ie (#9325)

pull/9329/merge
FuryBean 2018-01-18 11:14:36 +08:00 committed by 杨奕
parent 28708bbf86
commit f32fe6ae72
1 changed files with 7 additions and 0 deletions

View File

@ -297,3 +297,10 @@
}
}
}
/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
display: none;
width: 0;
height: 0;
}