我尝试将设置为自定义大小,但在css中…命令不起作用如何设置为自定义大小?我需要这个到我的图像滑块,但col sm-10在我的网站太高了。等待救援!
发布于 2019-05-08 01:40:51
要更改旋转木马的高度,必须使用'vh‘,如下所示:
.carousel {
width: 100vh; // if you want 100% of the height, or what you want for the height
}https://stackoverflow.com/questions/56027658
复制相似问题