长列表recycle-view recycle-item宽高设置无效

发布于 7 年前作者 gqiao10337 次浏览最后编辑 7 年前来自 ask

https://developers.weixin.qq.com/miniprogram/dev/extended/component-plus/recycle-view.html

长列表宽高设置无效

this.ctx = createRecycleContext({
      id: 'recycleId',
      dataKey: 'recycleList',
      page: this,
      itemSize: {
        width: wx.getSystemInfoSync().windowWidth,
        height: 78
      }
    })
1 回复
gangwei
gangwei1 楼5 年前

你好,请对着文档查一下, 宽写成死的会出问题么?