Commit 3b7ed4ae5b78f27d8231ee3266f95c2b2ed4b10e

Authored by fengwotao
1 parent 0cf43924

fix:修复所有上传图片样式都为圆形

@@ -186,8 +186,9 @@ @@ -186,8 +186,9 @@
186 .round { 186 .round {
187 border-radius: 50%; 187 border-radius: 50%;
188 } 188 }
189 -  
190 - .personal-info-modal:global(.ant-upload.ant-upload-select-picture-card) { 189 +</style>
  190 +<style lang="less">
  191 + .personal-info-modal .ant-upload.ant-upload-select-picture-card {
191 border-radius: 50%; 192 border-radius: 50%;
192 width: 160px; 193 width: 160px;
193 height: 160px; 194 height: 160px;