Showing
1 changed file
with
3 additions
and
2 deletions
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | > |
26 | 26 | <div class="change-avatar" style="text-align: center"> |
27 | 27 | <div class="mb-2" style="font-weight: 700">个人头像</div> |
28 | - <div style="display: flex; align-items: center; justify-content: center; width: 35.6rem"> | |
28 | + <div style="display: flex; align-items: center; justify-content: center"> | |
29 | 29 | <div> |
30 | 30 | <Upload |
31 | 31 | name="avatar" |
... | ... | @@ -265,7 +265,8 @@ |
265 | 265 | transition: border-color 0.3s ease; |
266 | 266 | } |
267 | 267 | } |
268 | + | |
268 | 269 | .headSetPop :global(.ant-modal-header) { |
269 | - padding: 27px 0px !important; | |
270 | + padding: 27px 0 !important; | |
270 | 271 | } |
271 | 272 | </style> | ... | ... |