小程序component使用app.wxss
作者:xlnxin发布时间:2025-02-16分类:编程知识浏览:42
导读:在默认情况下,小程序component是读取不了app.wxss的全局样式的。/* 组件 custom-component.js */Compon...
在默认情况下,小程序component
是读取不了app.wxss的全局样式的。
/* 组件 custom-component.js */ Component({ options: { styleIsolation: 'apply-shared' //isolated(默认), apply-shared, shared } })
方法二
/* 组件 custom-component.js */ Component({ options: { addGlobalClass: true, } })
相关推荐
- 微信小程序animation底部弹窗动画css代码
- 微信小程序自定义底部、顶部、中间、左边及右边弹窗
- 微信小程序引用 vant weapp calendar选择器
- 微信小程序表单各种组件源代码
- php结合layui前端实现 多图批量上传
- 小程序img_sec_check图片检测出行"errcode":47001错误解决方法
- 双击excel打开不显示任何内容,只能在excel里面打开文件解决方法
- 小程序saveVideoToPhotosAlbum安卓手机可以下载MP4苹果手机不能下载解决方法
- 小程序逆向错误之 typeof3 is not a function
- 小程序e.target.dataset和e.currentTarget.dataset区别
- 编程知识排行
- 最近发表