This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangyupeng
/
zfb_mp
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
feat(组件): 修改上传图片的大小
tangning
hace 2 años
padre
b675663d61
commit
1ae5afa4c4
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
src/components/Cropper/src/CropperAvatar.vue
+ 2
- 0
src/components/Cropper/src/CropperAvatar.vue
Ver fichero
@@ -143,6 +143,8 @@
img {
width: 100%;
+ height: 100%;
+ object-fit: cover;
}
}