我想问一下,slider组件怎么居中显示?
display: flex;
justify-content: center;
align-items: center;
居中可以用flex弹性布局,然后给slider一个宽度。