Commit ca28949e authored by lixy's avatar lixy

旅游列表

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