Showing
1 changed file
with
3 additions
and
2 deletions
... | ... | @@ -186,8 +186,9 @@ |
186 | 186 | .round { |
187 | 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 | 192 | border-radius: 50%; |
192 | 193 | width: 160px; |
193 | 194 | height: 160px; | ... | ... |