Browse Source

Merge pull request #38100 from ant-design/style/Carousel-reset

style: fix Carousel dots reset style
pull/38102/head
黑雨 2 years ago
committed by GitHub
parent
commit
c6ddb0a692
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/carousel/style/index.less

1
components/carousel/style/index.less

@ -180,6 +180,7 @@
display: flex !important;
justify-content: center;
margin-right: 15%;
margin-bottom: 0;
margin-left: 15%;
padding-left: 0;
list-style: none;

Loading…
Cancel
Save