上传图片功能样式调整
parent
ccf91449bf
commit
e9a3e3a238
|
@ -209,13 +209,13 @@ export default {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.upload-container .el-upload--picture-card {
|
.upload-container .el-upload--picture-card {
|
||||||
width: 100px;
|
width: 150px;
|
||||||
height: 100px;
|
height: 150px;
|
||||||
line-height: 100px;
|
line-height: 150px;
|
||||||
}
|
}
|
||||||
.upload-container .el-upload-list--picture-card .el-upload-list__item {
|
.upload-container .el-upload-list--picture-card .el-upload-list__item {
|
||||||
width: 100px;
|
width: 150px;
|
||||||
height: 100px;
|
height: 150px;
|
||||||
line-height: 100px;
|
line-height: 150px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue