Commit b52be05b authored by yun's avatar yun

修改首页问题

parent b350c58f
<template>
<div class="search-box">
<div :class="hackReset?'search-box':'search-box-none'">
<form action="/">
<van-search
id="searchInputP"
......@@ -420,7 +420,7 @@ export default {
}
},
mounted() {
console.log('2.24确实修改了')
}
}
</script>
......@@ -445,9 +445,14 @@ export default {
line-height:48px;
}
}
.search-box-none{
height: 0px;
}
.search-box{
height: calc(100vh - @nav-bar-height);
background: #ffffff;
}
.search-box,.search-box-none{
.van-search{
width: 100%;
height: 50px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment