This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
zhangyupeng
/
zfb_mp
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
feat(组件): 修改上传图片的大小
tangning
%!s(int64=2) %!d(string=hai) anos
pai
b675663d61
achega
1ae5afa4c4
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
src/components/Cropper/src/CropperAvatar.vue
+ 2
- 0
src/components/Cropper/src/CropperAvatar.vue
Ver ficheiro
@@ -143,6 +143,8 @@
img {
width: 100%;
+ height: 100%;
+ object-fit: cover;
}
}