This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zhangyupeng
/
zfb_mp
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat(组件): 修改上传图片的大小
tangning
2 years ago
parent
b675663d61
commit
1ae5afa4c4
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
src/components/Cropper/src/CropperAvatar.vue
+ 2
- 0
src/components/Cropper/src/CropperAvatar.vue
View File
@@ -143,6 +143,8 @@
img {
img {
width: 100%;
width: 100%;
+ height: 100%;
+ object-fit: cover;
}
}
}
}