fix: checkbox trigger twice

regression introduced from d93cfde
This commit is contained in:
picodoth 2018-05-10 19:02:33 +08:00
parent dd0d4214d1
commit 030c745e1b

View File

@ -362,6 +362,10 @@
border-radius: @border-radius-base;
box-shadow: @box-shadow-base;
.@{ant-prefix}-checkbox-input {
z-index: 1;
}
.@{ant-prefix}-dropdown-menu {
border: 0;
box-shadow: none;