taro scroll-view 组件 会默认添加padding属性

ccgok5k5  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(44)

相关平台

微信小程序

小程序基础库: 最新
使用框架: Vue 3

复现步骤

直接写一个scroll-view即可

期望结果

padding参数如果不主动写的话 不要自动添加

实际结果

自动添加

环境信息

👽 Taro v3.6.29

  Taro CLI 3.6.29 environment info:
    System:
      OS: macOS 14.4.1
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 20.10.0 - ~/Library/Caches/fnm_multishells/86478_1715593853020/bin/node
      Yarn: 1.22.21 - ~/Library/Caches/fnm_multishells/86478_1715593853020/bin/yarn
      npm: 10.2.3 - ~/Library/Caches/fnm_multishells/86478_1715593853020/bin/npm
    npmPackages:
      @tarojs/cli: 3.6.29 => 3.6.29 
      @tarojs/components: 3.6.29 => 3.6.29 
      @tarojs/helper: 3.6.29 => 3.6.29 
      @tarojs/plugin-framework-vue3: 3.6.29 => 3.6.29 
      @tarojs/plugin-html: ^3.6.29 => 3.6.29 
      @tarojs/plugin-platform-alipay: 3.6.29 => 3.6.29 
      @tarojs/plugin-platform-h5: 3.6.29 => 3.6.29 
      @tarojs/plugin-platform-jd: 3.6.29 => 3.6.29 
      @tarojs/plugin-platform-qq: 3.6.29 => 3.6.29 
      @tarojs/plugin-platform-swan: 3.6.29 => 3.6.29 
      @tarojs/plugin-platform-tt: 3.6.29 => 3.6.29 
      @tarojs/plugin-platform-weapp: 3.6.29 => 3.6.29 
      @tarojs/runtime: 3.6.29 => 3.6.29 
      @tarojs/shared: 3.6.29 => 3.6.29 
      @tarojs/taro: 3.6.29 => 3.6.29 
      @tarojs/taro-loader: 3.6.29 => 3.6.29 
      @tarojs/webpack5-runner: 3.6.29 => 3.6.29 
      babel-preset-taro: 3.6.29 => 3.6.29 
      eslint-config-taro: 3.6.29 => 3.6.29

1zmg4dgp

1zmg4dgp1#

我也碰到, 在最新的4.0.3 也有这种情况

相关问题