完成分享图片UI
This commit is contained in:
@@ -29,6 +29,7 @@ defineProps({
|
||||
v-if="frame"
|
||||
src="../static/avatar-frame.png"
|
||||
mode="widthFix"
|
||||
:style="{ width: Number(size) + 10 + 'px', height: Number(size) + 10 + 'px' }"
|
||||
class="avatar-frame"
|
||||
/>
|
||||
<image
|
||||
@@ -67,8 +68,6 @@ defineProps({
|
||||
}
|
||||
.avatar-frame {
|
||||
position: absolute;
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
}
|
||||
.avatar-rank,
|
||||
.rank-view {
|
||||
|
||||
Reference in New Issue
Block a user