mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
dots element take place
This commit is contained in:
parent
ebf1c3ed25
commit
6b7f2e543b
@ -47,12 +47,12 @@
|
||||
/* Dots */
|
||||
|
||||
.slick-slider {
|
||||
margin-bottom: 30px;
|
||||
padding-bottom: 45px;
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
position: absolute;
|
||||
bottom: -45px;
|
||||
bottom: 0px;
|
||||
list-style: none;
|
||||
display: block;
|
||||
text-align: center;
|
||||
@ -110,6 +110,10 @@
|
||||
|
||||
.ant-carousel-vertical {
|
||||
|
||||
.slick-slider {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
width: 20px;
|
||||
bottom: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user