Commit 0055eae7 authored by hbcui1984's avatar hbcui1984

解决滑动触发列表项界面底下红色边框的问题

parent 2b5313c1
......@@ -101,10 +101,10 @@
}
.mui-table-view-cell>.mui-slider-cell>.mui-slider-right {
/*.mui-table-view-cell>.mui-slider-cell>.mui-slider-right {
top: 0px;
bottom: 0px;
}
}*/
</style>
<header class="mui-bar mui-bar-nav">
<a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left"></a>
......@@ -285,7 +285,7 @@
if(e.index==0){
elem.parentNode.removeChild(elem);
}
});
});
});
//第二个demo,向右拖拽后显示操作图标,释放后自动触发的业务逻辑
$('#OA_task_2').on('slideright', '.mui-table-view-cell', function(event) {
......
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