fix(goods/album): correct scroll-view tag syntax
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<text class="ml-[4px] text-[18px] text-[#171717] font-[500]">全部({{ albumList.length }})</text>
|
<text class="ml-[4px] text-[18px] text-[#171717] font-[500]">全部({{ albumList.length }})</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<scroll-viewoverflow-y-autoclass="scroll-container overflow-auto">
|
<scroll-view scroll-y class="scroll-container overflow-auto">
|
||||||
<view class="pl-[4px] pr-[4px] pb-[24px]">
|
<view class="pl-[4px] pr-[4px] pb-[24px]">
|
||||||
<view class="grid-container">
|
<view class="grid-container">
|
||||||
<view class="album-item" v-for="(item, index) in albumList" :key="index">
|
<view class="album-item" v-for="(item, index) in albumList" :key="index">
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user