Skip to content

nut-list在非无限制滚动的情况下,滚动到底部会报错,且配置了固定高度height和margin属性不生效 #500

nut-list在非无限制滚动的情况下,滚动到底部会报错,且配置了固定高度height和margin属性不生效

nut-list在非无限制滚动的情况下,滚动到底部会报错,且配置了固定高度height和margin属性不生效 #500

Workflow file for this run

name: Issue Reply
on:
issues:
types: [labeled]
jobs:
issue-reply:
runs-on: ubuntu-latest
steps:
- name: Need Reproduce
if: github.event.label.name == 'Need Reproduce'
uses: actions-cool/issues-helper@v1
with:
actions: 'create-comment'
issue-number: ${{ github.event.issue.number }}
body: |
你好 @${{ github.event.issue.user.login }}, 我们需要你提供一个最小重现实例以便于我们帮你排查问题。你可以提供一个基于 Taro NutUI4.0 模板项目的 GitHub 仓库链接(`@nutui/nutui-taro`),也可以通过 [CodeSandbox](https://codesandbox.io/s/nutui4-vite-demo-2fw7xh?file=/src/App.vue) 创建一个在线实例(`@nutui/nutui`)。请确保选择准确的版本。