Browse Source

优化分类,推荐搜索框距离

master
wanghongjun 2 years ago
parent
commit
b070f82084
  1. 13
      pages.json
  2. 4
      pages/category/index.vue
  3. 4
      pages/recommend/index.vue

13
pages.json

@ -37,8 +37,7 @@
{
"path": "pages/category/index",
"style": {
"navigationBarTitleText": "全部分类",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#1c223b"
}
},
@ -336,6 +335,14 @@
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/user/billManage/index",
"style" :
{
"navigationBarTitleText" : "发票管理",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/targetdata/publicdata",
"style" :
@ -395,7 +402,7 @@
{
"path": "pages/recommend/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#1c223b",
"enablePullDownRefresh": true
}

4
pages/category/index.vue

@ -401,6 +401,10 @@
width: 100%;
height: 120rpx;
background-color: #1c223b;
.search-wrapper{
padding-top: 5rpx;
}
}
//

4
pages/recommend/index.vue

@ -216,6 +216,10 @@ export default {
width: 100%;
height: 120rpx;
background-color: #1c223b;
.search-wrapper{
padding-top: 5rpx;
}
}
//

Loading…
Cancel
Save