Commit 73e07e83 by 冷斌

Merge remote-tracking branch 'origin/master'

parents b8ce0fd8 9f2bf9bc
...@@ -19,12 +19,14 @@ ...@@ -19,12 +19,14 @@
.van-dropdown-item__content { .van-dropdown-item__content {
max-height: 100% !important; max-height: 100% !important;
} }
.van-dropdown-menu { flex-direction: row-reverse; align-items: center; }
</style> </style>
<div id="app" style="height: 100%;"> <div id="app" style="height: 100%;">
<div class="layout_v"> <div class="layout_v">
<van-sticky> <van-sticky>
<van-dropdown-menu> <van-dropdown-menu>
<a href="{:U('classroom/Index/index')}"><i class="icon icon-zuojiantou"></i></a>
<van-dropdown-item title="筛选条件" ref="filter"> <van-dropdown-item title="筛选条件" ref="filter">
<div class="layout_v" style="width: 100vw"> <div class="layout_v" style="width: 100vw">
<span class="all_category_title text_16_600 color_333333">分类</span> <span class="all_category_title text_16_600 color_333333">分类</span>
......
...@@ -481,6 +481,7 @@ ...@@ -481,6 +481,7 @@
} }
break; break;
} }
}, },
onCellTap: function(url) { onCellTap: function(url) {
window.location.href = url window.location.href = url
......
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