style(我的排名模块): 将sticky调整成fixed
This commit is contained in:
parent
67fdfde553
commit
bc1db9d8d5
@ -294,7 +294,7 @@
|
||||
|
||||
<!-- 我的排名 -->
|
||||
<itemCenter
|
||||
style="position: sticky; inset: 0; z-index: 2"
|
||||
style="position: fixed; bottom: 0; z-index: 2"
|
||||
:imgUrl="images.myRankingBg"
|
||||
:contentStyle="`padding: 2% 8% 0`"
|
||||
>
|
||||
|
||||
@ -303,7 +303,7 @@
|
||||
|
||||
<!-- 我的排名 -->
|
||||
<itemCenter
|
||||
style="position: sticky; inset: 0; z-index: 2"
|
||||
style="position: fixed; bottom: 0; z-index: 2"
|
||||
:imgUrl="images.myRankingBg"
|
||||
:contentStyle="`padding: 2% 7% 0`"
|
||||
>
|
||||
|
||||
@ -555,9 +555,8 @@
|
||||
<!-- 我的排名 -->
|
||||
<div
|
||||
style="
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
background-color: rgba(77, 30, 22, 1);
|
||||
display: flex;
|
||||
|
||||
@ -247,7 +247,7 @@
|
||||
|
||||
<!-- 我的排名 -->
|
||||
<div
|
||||
style="position: sticky; bottom: 0; z-index: 999; padding: 0 1px; width: 100%"
|
||||
style="position: fixed; bottom: 0; z-index: 999; padding: 0 1px; width: 100%"
|
||||
:style="{ backgroundColor }"
|
||||
>
|
||||
<div
|
||||
|
||||
@ -366,9 +366,8 @@
|
||||
<!-- 我的排名 -->
|
||||
<div
|
||||
style="
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
background-color: #311300;
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user