Browse Source

Merge pull request #289 from deepred5/master

去除ie浏览器下input框自带的"X"
DIYgod 6 years ago
parent
commit
5a19f45b0f
2 changed files with 5 additions and 1 deletions
  1. 2 1
      .gitignore
  2. 3 0
      src/css/controller.scss

+ 2 - 1
.gitignore

@@ -3,4 +3,5 @@ node_modules
 demo2
 demo2
 npm-debug.log
 npm-debug.log
 DPlayer.log*
 DPlayer.log*
-wxw
+wxw
+.vscode

+ 3 - 0
src/css/controller.scss

@@ -236,6 +236,9 @@
                     color: #fff;
                     color: #fff;
                     opacity: 0.8;
                     opacity: 0.8;
                 }
                 }
+                &::-ms-clear {
+                    display: none;
+                }
             }
             }
         }
         }
         &.dplayer-icons-left {
         &.dplayer-icons-left {