Browse Source

Fix input checkbox or radio disappeared, ref #7974

pull/8058/head
afc163 7 years ago
parent
commit
7cc3e2c1cd
  1. 4
      components/style/core/base.less

4
components/style/core/base.less

@ -333,6 +333,10 @@ textarea {
font-size: inherit;
line-height: inherit;
color: inherit;
}
input[type="text"],
textarea {
-webkit-appearance: none;
}

Loading…
Cancel
Save