偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
0 deletions
-
components/carousel/style/index.less
|
|
@ -33,8 +33,19 @@ |
|
|
|
.slick-slide { |
|
|
|
pointer-events: none; |
|
|
|
|
|
|
|
// https://github.com/ant-design/ant-design/issues/23294 |
|
|
|
input.@{ant-prefix}-radio-input, |
|
|
|
input.@{ant-prefix}-checkbox-input { |
|
|
|
visibility: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
&.slick-active { |
|
|
|
pointer-events: auto; |
|
|
|
|
|
|
|
input.@{ant-prefix}-radio-input, |
|
|
|
input.@{ant-prefix}-checkbox-input { |
|
|
|
visibility: visible; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|