This commit is contained in:
18631081161 2024-07-26 22:38:00 +08:00
parent bc724035a4
commit 172f9c0c38
2 changed files with 3 additions and 1 deletions

View File

@ -368,6 +368,7 @@
align-items: center;
justify-content: center;
color: white;
z-index: 100;
}
.grid-container {

View File

@ -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)}">