相关平台
微信小程序
小程序基础库: 2.21.0
使用框架: Vue 3
复现步骤
我提供压缩包 repo.zip
期望结果
css加载顺序不正确,nutui按钮组件颜色被覆盖了
实际结果
加载顺序正确
环境信息
👽 Taro v3.4.11
Taro CLI 3.4.11 environment info:
System:
OS: macOS 12.4
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.15.1 - /opt/homebrew/opt/node@16/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 8.11.0 - /opt/homebrew/opt/node@16/bin/npm
npmPackages:
@tarojs/cli: 3.4.11 => 3.4.11
@tarojs/components: 3.4.11 => 3.4.11
@tarojs/mini-runner: 3.4.11 => 3.4.11
@tarojs/plugin-html: 3.4.11 => 3.4.11
@tarojs/runtime: 3.4.11 => 3.4.11
@tarojs/taro: 3.4.11 => 3.4.11
@tarojs/webpack-runner: 3.4.11 => 3.4.11
babel-preset-taro: 3.4.11 => 3.4.11
eslint-config-taro: 3.4.11 => 3.4.11
3条答案
按热度按时间8ehkhllq1#
#11390 (comment)
f45qwnt82#
iyr7buue3#
如果
app.scss
放前面是不是也应该优先?实际情况和上面
@tarojs/taro/html5.css
一样问题。