Commit f32fe6ae authored by FuryBean's avatar FuryBean Committed by 杨奕

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

parent 28708bbf
...@@ -297,3 +297,10 @@ ...@@ -297,3 +297,10 @@
} }
} }
} }
/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
display: none;
width: 0;
height: 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment