14:32:32.361 Vue2 scss 预编译器默认已由 node-sass 更换为 dart-sass,如果您的代码使用了 dart-sass 不支持的旧语法,可能存在部分不兼容的问题。
14:32:32.361 解决方案:
14:32:32.361 方案1:调整为 dart-sass 支持的语法,将深度选择器 /deep/ 调整为 ::v-deep,详情:https://uniapp.dcloud.net.cn/tutorial/syntax-css.html#css-preprocessor
14:32:32.361 方案2:如果您希望继续使用node-sass,需要更换为 HBuilderX Mac Intel 版本,并且在 manifest.json 中配置 "sassImplementationName": "node-sass",详情:https://uniapp.dcloud.net.cn/tutorial/syntax-css.html#css-preprocessor
已经尝试没有用 还有其它解决方法吗?

