4***@qq.com
4***@qq.com
  • 发布:2021-01-03 15:53
  • 更新:2021-01-03 15:53
  • 阅读:1619

uni.scss样式失效

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 11.1

HBuilderX类型: 正式

HBuilderX版本号: 3.0.4

手机系统: iOS

手机系统版本号: IOS 14

手机厂商: 模拟器

手机机型: iphone12 pro max

页面类型: vue

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

<style lang="scss" scoped>
@import url("./notification.scss");

.sort-bg {  
    justify-content: flex-start;  
    flex-direction: column;  
    // background-color: #F8FBFF;  
    background-color: $uni-bg-color;  
}  

</style>

预期结果:

/ notification.scss/

.sort-bg {
justify-content: flex-start;
flex-direction: column;
// background-color: #F8FBFF;
background-color: $uni-bg-color-grey;
}

希望在scss文件中写也生效

实际结果:

只有在<style>标签内部使用uni.scss变量才有

bug描述:

uni.scss 样式在improt进来的.scss文件中不起作用。只有在<style>标签内部使用uni.scss变量才有效

2021-01-03 15:53 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复