Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimeSelect 组件iOS端内容超出不能滚动,模拟器可以 #3051

Open
501956430 opened this issue Apr 26, 2024 · 2 comments
Open

TimeSelect 组件iOS端内容超出不能滚动,模拟器可以 #3051

501956430 opened this issue Apr 26, 2024 · 2 comments

Comments

@501956430
Copy link

NutUI 包名

@nutui/nutui-taro

NutUI 版本号

4.3.2

平台

tt

重现链接

重现步骤

<nut-time-select
v-model:visible="visible"
style="height: 50%"
:current-key="key"
:current-time="time"
lock-scroll="false"
@select="handleSelect"

<template #pannel>
  <nut-time-pannel
    v-for="(item, index) in dates"
    :name="item.date + item.week"
    :pannel-key="index"
    @change="onChange"
  ></nut-time-pannel>
</template>
<template #detail>
  <nut-time-detail :times="times" @select="onSelect"></nut-time-detail>
</template>

期望的结果是什么?

内容超出,可以滚动

实际的结果是什么?

内容超出,不能滚动

环境信息

Taro CLI 3.6.27 environment info:
System:
OS: macOS 12.7.4
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 20.11.0 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 10.2.4 - /usr/local/bin/npm
npmPackages:
@tarojs/cli: 3.6.27 => 3.6.27
@tarojs/components: 3.6.27 => 3.6.27
@tarojs/helper: 3.6.27 => 3.6.27
@tarojs/plugin-framework-vue3: 3.6.27 => 3.6.27
@tarojs/plugin-html: 3.6.27 => 3.6.27
@tarojs/plugin-platform-alipay: 3.6.27 => 3.6.27
@tarojs/plugin-platform-h5: 3.6.27 => 3.6.27
@tarojs/plugin-platform-jd: 3.6.27 => 3.6.27
@tarojs/plugin-platform-qq: 3.6.27 => 3.6.27
@tarojs/plugin-platform-swan: 3.6.27 => 3.6.27
@tarojs/plugin-platform-tt: 3.6.27 => 3.6.27
@tarojs/plugin-platform-weapp: 3.6.27 => 3.6.27
@tarojs/runtime: 3.6.27 => 3.6.27
@tarojs/shared: 3.6.27 => 3.6.27
@tarojs/taro: 3.6.27 => 3.6.27
@tarojs/taro-loader: 3.6.27 => 3.6.27
@tarojs/webpack5-runner: 3.6.27 => 3.6.27
babel-preset-taro: 3.6.27 => 3.6.27
eslint-config-taro: 3.6.27 => 3.6.27

其他补充信息

No response

@jiayafei
Copy link

微信小程序也是无法滚动

@501956430
Copy link
Author

这个bug什么时候可以修复?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants