Merge pull request 'fix:头像的样式问题;' (#183) from yws_dev into main

Reviewed-on: #183
This commit is contained in:
yangws 2024-12-26 10:40:29 +08:00
commit 9aa17ed786
2 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export default {
width: 200px; width: 200px;
height: 200px; height: 200px;
position: relative; position: relative;
left: 150px; left: 100px;
overflow: hidden; overflow: hidden;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -6,6 +6,7 @@
append-to-body append-to-body
@opened="modalOpened" @opened="modalOpened"
@close="closeDialog" @close="closeDialog"
width="100px"
> >
<CropperImage <CropperImage
ref="cropper" ref="cropper"