feat: first commit
This commit is contained in:
15
src/app.less
Normal file
15
src/app.less
Normal file
@ -0,0 +1,15 @@
|
||||
@import '@/styles/variables.less';
|
||||
|
||||
.base-bg {
|
||||
background: @pageBg;
|
||||
}
|
||||
|
||||
page {
|
||||
.base-bg();
|
||||
// 全部覆盖 taroify tabs 的背景色
|
||||
--tabs-nav-background-color: @pageBg;
|
||||
|
||||
.taroify-tabs__wrap__scroll {
|
||||
.base-bg();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user