修改搜索框距离顶部的高度
parent
0678754fe3
commit
b9f7eac0f5
|
|
@ -144,7 +144,12 @@
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
// #ifdef H5 || MP-TOUTIAO
|
||||
top_content_style: 'padding-top:' + bar_height + 7 + 'px;padding-bottom:10px;',
|
||||
// #endif
|
||||
// #ifndef H5 || MP-TOUTIAO
|
||||
top_content_style: 'padding-top:' + bar_height + 'px;padding-bottom:10px;',
|
||||
// #endif
|
||||
videoData: videoList,
|
||||
display_video_list: [],
|
||||
current_index: 0,
|
||||
|
|
|
|||
|
|
@ -65,7 +65,12 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
// #ifdef H5 || MP-TOUTIAO
|
||||
top_content_style: 'padding-top:' + bar_height + 7 + 'px;padding-bottom:10px;',
|
||||
// #endif
|
||||
// #ifndef H5 || MP-TOUTIAO
|
||||
top_content_style: 'padding-top:' + bar_height + 'px;padding-bottom:10px;',
|
||||
// #endif
|
||||
search_query: '',
|
||||
tabs: ['推荐', 'DIV装修', '商城管理', '多商户', '多门店', '客服','多门店', '客服'],
|
||||
currentTab: 0,
|
||||
|
|
|
|||
|
|
@ -69,7 +69,12 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
// #ifdef H5 || MP-TOUTIAO
|
||||
top_content_style: 'padding-top:' + bar_height + 7 + 'px;padding-bottom:10px;',
|
||||
// #endif
|
||||
// #ifndef H5 || MP-TOUTIAO
|
||||
top_content_style: 'padding-top:' + bar_height + 'px;padding-bottom:10px;',
|
||||
// #endif
|
||||
search_query: '',
|
||||
search_history: [
|
||||
{ text: '软件升级规则' },
|
||||
|
|
|
|||
|
|
@ -91,7 +91,12 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
// #ifdef H5 || MP-TOUTIAO
|
||||
top_content_style: 'padding-top:' + bar_height + 7 + 'px;padding-bottom:10px;',
|
||||
// #endif
|
||||
// #ifndef H5 || MP-TOUTIAO
|
||||
top_content_style: 'padding-top:' + bar_height + 'px;padding-bottom:10px;',
|
||||
// #endif
|
||||
search_query: '',
|
||||
tabs: ['推荐', 'DIV装修', '商城管理', '多商户', '多门店', '客服','多门店', '客服'],
|
||||
currentTab: 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue