Skip to content

Commit da5a6a2

Browse files
committed
fix: 调整大会员VIP图标位置 #433
1 parent 8e479e1 commit da5a6a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/TopBar/components/TopBarRight.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ const shouldShowDivider = computed(() => {
514514
:style="{ opacity: popupVisible?.userPanel ? 1 : 0 }"
515515
bg="[url(https://i0.hdslb.com/bfs/seed/jinkela/short/user-avatar/big-vip.svg)] contain no-repeat"
516516
w="28%" h="28%" z-1
517-
pos="absolute bottom--20px right-28px" duration-300
517+
pos="absolute bottom-18px right-11px" duration-300
518518
/>
519519

520520
<Transition name="slide-in">

src/components/TopBar/styles/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
.vip-img {
9999
&.hover {
100-
--uno: "transform scale-180 translate-y-55px translate-15px";
100+
--uno: "transform scale-180 translate-y-86px translate-x--12px";
101101
}
102102
}
103103

0 commit comments

Comments
 (0)