jdf2e / nutui

京东风格的移动端 Vue 组件库,支持多端小程序(A Vue.js UI Toolkit for Mobile Web)
https://nutui.jd.com
MIT License
6.01k stars 814 forks source link

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

Open 501956430 opened 2 months ago

501956430 commented 2 months ago

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" <template #detail> <nut-time-detail :times="times" @select="onSelect">

期望的结果是什么?

内容超出,可以滚动

实际的结果是什么?

内容超出,不能滚动

环境信息

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 commented 1 month ago

微信小程序也是无法滚动

501956430 commented 1 month ago

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

501956430 commented 4 weeks ago

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