Commit ca28949e authored by lixy's avatar lixy

旅游列表

parent 09493619
......@@ -27,7 +27,6 @@
@click="chooseSelect(item)">{{ item.name }}</p>
</nav>
</div>
<div style="padding-top: 0;border-top: 1px solid #dfdfdf;height: 17px;"/>
<ul
v-if="dataDetail.length"
style="padding-top: 0;margin-top: 20px;"
......@@ -216,6 +215,9 @@
overflow: auto;
}
nav::-webkit-scrollbar { width: 0 !important }
.nav-sec-menu{
border-bottom: 1px solid #dfdfdf;
}
.nav-sec-menu.isFixed{
position: fixed;
top: 44px;
......
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