修改搜索框距离顶部的高度

master
于肖磊 2025-09-24 13:46:08 +08:00
parent 0678754fe3
commit b9f7eac0f5
4 changed files with 20 additions and 0 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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: '软件升级规则' },

View File

@ -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,