We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@nutui/nutui-taro
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
The text was updated successfully, but these errors were encountered:
微信小程序也是无法滚动
Sorry, something went wrong.
这个bug什么时候可以修复?
No branches or pull requests
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"
期望的结果是什么?
内容超出,可以滚动
实际的结果是什么?
内容超出,不能滚动
环境信息
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
The text was updated successfully, but these errors were encountered: