This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
zhangyupeng
/
zfb_mp
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
feat(组件): 修改上传图片的大小
tangning
2 anni fa
parent
b675663d61
commit
1ae5afa4c4
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
src/components/Cropper/src/CropperAvatar.vue
+ 2
- 0
src/components/Cropper/src/CropperAvatar.vue
Vedi File
@@ -143,6 +143,8 @@
img {
width: 100%;
+ height: 100%;
+ object-fit: cover;
}
}