1、已解决左侧菜单当前操作菜单无选中样式;
2、已解决左侧菜单搜索功能无效; 3、已解决主界面左上角菜单导航未正确标记当前菜单位置; 4、已解决主界面的搜索条件区域,必须点开“筛选”,才能找到搜索按钮;
This commit is contained in:
@@ -175,7 +175,7 @@ var Layout = function () {
|
||||
'scrollTo': (the.position()).top
|
||||
});
|
||||
} else {
|
||||
App.scrollTo(the, slideOffeset);
|
||||
//App.scrollTo();
|
||||
}
|
||||
}
|
||||
handleSidebarAndContentHeight();
|
||||
@@ -190,7 +190,7 @@ var Layout = function () {
|
||||
'scrollTo': (the.position()).top
|
||||
});
|
||||
} else {
|
||||
App.scrollTo(the, slideOffeset);
|
||||
//App.scrollTo(the, slideOffeset);
|
||||
}
|
||||
}
|
||||
handleSidebarAndContentHeight();
|
||||
|
||||
Reference in New Issue
Block a user