排行
This commit is contained in:
parent
bc724035a4
commit
172f9c0c38
|
|
@ -368,6 +368,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@
|
|||
|
||||
|
||||
|
||||
<view class="" style="width: 683rpx; margin-top: 457.64rpx; display: flex; flex-direction: column;">
|
||||
<view
|
||||
style="width: 683rpx; margin-top: 457.64rpx; margin-bottom: 50rpx; display: flex; flex-direction: column; overflow: auto;">
|
||||
<view class="" v-for="(item,index) in list"
|
||||
style="display: flex; flex-direction: row; align-items: center; margin-top:30rpx; border-radius: 14rpx; padding-top: 15rpx; padding-bottom: 15rpx;"
|
||||
:style="{backgroundColor: setBgColor(index)}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user