提交 b73aefb1 编写于 作者: 雪洛's avatar 雪洛

fix: 修复示例页面style语法错误

上级 2e6b5203
<template> <template>
<custom-list-view style="flex: 1;" :list="list" @scrolltoupper="scrolltoupper" @scroll="scroll"> <custom-list-view style="flex: 1;" :list="list" @scrolltoupper="scrolltoupper" @scroll="scroll">
<template v-slot:default="{items}"> <template v-slot:default="{items}">
<custom-list-item v-for="item in (items as Item[])" :item="item" :key="item.id" style="padding: 5px; 10px"> <custom-list-item v-for="item in (items as Item[])" :item="item" :key="item.id" style="padding: 5px 10px;">
<view style="background-color: aqua;">{{item.title}}</view> <view style="background-color: aqua;">{{item.title}}</view>
<view>{{item.content}}</view> <view>{{item.content}}</view>
</custom-list-item> </custom-list-item>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册