fix(core): fixed album css issue

This commit is contained in:
OldHawk
2018-05-25 02:40:21 +08:00
parent 00e15a6757
commit 40ba60576c
9 changed files with 57 additions and 58 deletions

View File

@@ -102,6 +102,9 @@
}
};
/**
* $scope.$watch($('#nav-top-menu').width())
*/
$scope.$watch(function () {
return $('#nav-top-menu').width();
}, function (newVal, oldVal) {
@@ -119,6 +122,7 @@
}
}
});
/**
* auth-user-changed
*/