完成分享图片UI

This commit is contained in:
kron
2025-06-02 16:07:11 +08:00
parent 1eab5a151e
commit 1cab0e17d8
8 changed files with 177 additions and 3 deletions

View File

@@ -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 {