上传图片功能样式调整

main
caiyiling 2024-04-23 10:37:51 +08:00
parent ccf91449bf
commit e9a3e3a238
1 changed files with 6 additions and 6 deletions

View File

@ -209,13 +209,13 @@ export default {
display: none;
}
.upload-container .el-upload--picture-card {
width: 100px;
height: 100px;
line-height: 100px;
width: 150px;
height: 150px;
line-height: 150px;
}
.upload-container .el-upload-list--picture-card .el-upload-list__item {
width: 100px;
height: 100px;
line-height: 100px;
width: 150px;
height: 150px;
line-height: 150px;
}
</style>