style(国王皇后): 补充背景图片最小高度
This commit is contained in:
parent
ccbd4f23de
commit
3249bd63c0
@ -39,7 +39,7 @@
|
||||
/>
|
||||
|
||||
<!-- 每周榜首 -->
|
||||
<div style="display: flex; flex-direction: column; align-items: center">
|
||||
<div style="display: flex; flex-direction: column; align-items: center; gap: 16px">
|
||||
<!-- 主标题 -->
|
||||
<img
|
||||
v-smart-img
|
||||
@ -47,16 +47,9 @@
|
||||
alt=""
|
||||
style="min-height: 11.55vw; width: 90%"
|
||||
/>
|
||||
|
||||
<!-- 榜首 -->
|
||||
<div
|
||||
style="
|
||||
min-height: 40vw;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin-top: 16px;
|
||||
"
|
||||
>
|
||||
<div style="min-height: 40vw; width: 100%; display: flex; justify-content: space-around">
|
||||
<div
|
||||
style="width: 40%"
|
||||
v-for="(topUser, index) in listTop"
|
||||
@ -68,7 +61,6 @@
|
||||
min-height: 40vw;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-height: max-content;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user