element 上传组件 边框样式失效
作者:互联网
el-upload组件声明 图片样式 为 picture-card
list-type="picture-card"
修改样式
.avatar-uploader-icon {
font-size: 28px;
color: #8c939d;
width: 148px;
height: 148px;
line-height: 148px;
text-align: center;
}
.avatar {
width: 148px;
height: 148px;
display: block;
}
标签:picture,样式,height,width,element,148px,边框,上传,card 来源: https://www.cnblogs.com/vivianfang/p/15954385.html