解决element-plus的el-image的加载图片有空白的问题
使用这哥css就可可以解决
:deep(.el-image__placeholder) {
background: url('@/assets/img/carbg.png') no-repeat 50% 50%;
background-size: 50%;
width: 100%;
height: 100%;
}
使用这哥css就可可以解决
:deep(.el-image__placeholder) {
background: url('@/assets/img/carbg.png') no-repeat 50% 50%;
background-size: 50%;
width: 100%;
height: 100%;
}