视频上传页面优化

This commit is contained in:
xiezhijun
2021-05-07 10:14:07 +08:00
parent 9f2b055dee
commit 344800dcfe
2 changed files with 15 additions and 19 deletions

View File

@ -99,14 +99,14 @@ export default {
.avatar-uploader-icon {
font-size: 28px;
color: #8c939d;
width: 178px;
height: 178px;
line-height: 178px;
width: 200px;
height: 120px;
line-height: 120px;
text-align: center;
}
.avatar {
width: 300px;
height: 200px;
width: 200px;
height: 120px;
display: block;
}
</style>