添加使用文档

This commit is contained in:
RuoYi
2019-01-18 15:59:03 +08:00
parent 2f535082f2
commit f5af4e8204
3 changed files with 3 additions and 2 deletions

View File

@ -124,7 +124,7 @@ $(function() {
//查看左侧隐藏的选项卡
function scrollTabLeft() {
var marginLeftVal = Math.abs(parseInt($('.page-tabs-content').css('margin-left')));
var marginLeftVal = Math.abs(parseInt($('.page-tabs-content').css('margin-left')) + 50);
// 可视区域非tab宽度
var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".menuTabs"));
//可视区域tab宽度