This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
zhangyupeng
/
zfb_mp
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
feat(组件): 修改上传图片的大小
tangning
2 anos atrás
pai
b675663d61
commit
1ae5afa4c4
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
2
0
src/components/Cropper/src/CropperAvatar.vue
+ 2
- 0
src/components/Cropper/src/CropperAvatar.vue
Ver arquivo
@@ -143,6 +143,8 @@
img {
width: 100%;
+ height: 100%;
+ object-fit: cover;
}
}