
想改下默认配置
1
agzou 2019 年 6 月 17 日
```css
<style lang="scss" scoped> .tab { background-color: #fafafc; > div { margin: 10px 0; } } </style> <style class="wxss"> page { height: 100%; background-color: #fafafc !important; } </style> <style> .custom-alone { top: 0 !important; right: 10px !important; } </style> ``` |
2
xmge OP |
3
agzou 2019 年 6 月 17 日
我用的是 mpvue,你直接在 wxss 文件写
.custom-class{ background-color:red; } 应该是可以的 |