feat: bug fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="index">
|
||||
<image
|
||||
v-for="i in 10"
|
||||
v-for="i in 30"
|
||||
:key="i"
|
||||
:src="`/static/index/image_${i}.jpeg`"
|
||||
mode="widthFix"
|
||||
@@ -52,6 +52,7 @@
|
||||
background-color: #0d232c;
|
||||
color: white;
|
||||
font-size: 32rpx;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user