美文网首页
vue el-upload 改变上传头像的边框大小

vue el-upload 改变上传头像的边框大小

作者: 氨基钠 | 来源:发表于2020-10-20 08:43 被阅读0次

原文:https://blog.csdn.net/weixin_33734785/article/details/88926982

/deep/ .el-upload--picture-card{
    width: 100px;
    height: 100px;
}
/deep/ .el-upload{
    width: 100px;
    height: 100px;
    line-height: 100px;
}
/deep/ .el-upload-list--picture-card .el-upload-list__item{
    width: 100px;
    height: 100px;
    line-height: 100px;
}
/deep/ .el-upload-list--picture-card .el-upload-list__item-thumbnail{
    width: 100px;
    height: 100px;
    line-height: 100px;
}
/deep/ .avatar{
    width: 100px;
    height: 100px;
}

相关文章

网友评论

      本文标题:vue el-upload 改变上传头像的边框大小

      本文链接:https://www.haomeiwen.com/subject/kwprmktx.html