右键菜单选择器更换

pull/94/MERGE
RuoYi 2019-05-31 19:10:16 +08:00
parent 50515e1aff
commit 54e05bae60
1 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ $(function() {
// 右键菜单实现
$.contextMenu({
selector: ".page-tabs-content",
selector: ".menuTab",
trigger: 'right',
autoHide: true,
items: {
@ -468,7 +468,7 @@ $(function() {
name: "关闭当前",
icon: "fa-close",
callback: function(key, opt) {
tabCloseCurrent();
opt.$trigger.find('i').trigger("click");
}
},
"close_other": {