Browse Source

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

FuryBean 7 năm trước cách đây
mục cha
commit
f32fe6ae72
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      packages/theme-chalk/src/input.scss

+ 7 - 0
packages/theme-chalk/src/input.scss

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