mirror of https://github.com/ElemeFE/element
DatePicker: hide input default clear button on ie (#9325)
parent
28708bbf86
commit
f32fe6ae72
|
@ -297,3 +297,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** disalbe default clear on IE */
|
||||
.el-input__inner::-ms-clear {
|
||||
display: none;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue