美文网首页
Element之el-upload改变框大小

Element之el-upload改变框大小

作者: 帕博雷克斯丢丢 | 来源:发表于2020-11-26 10:37 被阅读0次

    转自 xiesen

    image.png
                   /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;
                    }
    

    相关文章

      网友评论

          本文标题:Element之el-upload改变框大小

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