diff --git a/view/css/style.css b/view/css/style.css index 12cde07..7866f3a 100644 --- a/view/css/style.css +++ b/view/css/style.css @@ -3,7 +3,7 @@ body { background-repeat: repeat; background-position: top left; background-attachment: scroll; - padding-top: 50px; + padding-top: 3px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } diff --git a/view/index.html b/view/index.html index 1d091b5..439d2f9 100644 --- a/view/index.html +++ b/view/index.html @@ -75,7 +75,7 @@
-
+
我爱佳佳与这个世界  |  移动设备访问  |  联系我(QQ群:1026967226)  |  粤ICP备18032994号  |  网站源码  |  V2.0.0  |  加载失败,请按 Ctrl + Shift + R 强制刷新!(●'◡'●)
diff --git a/view/scripts/controllers/tags-controller.js b/view/scripts/controllers/tags-controller.js index 274d6b9..0fea244 100644 --- a/view/scripts/controllers/tags-controller.js +++ b/view/scripts/controllers/tags-controller.js @@ -47,7 +47,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$state', '$window', '$statePara showType && ($scope.showType = showType); $scope.loading = true; - let pageSize = ($scope.showMode == 'item') ? 50 : 20; + let pageSize = ($scope.showMode == 'item') ? 65 : 20; for (let tag of $scope.tags) { tag.bookmarkClicked = (tag.id == $scope.currentTagId); diff --git a/view/views/pagination.html b/view/views/pagination.html index 036a694..0febaca 100644 --- a/view/views/pagination.html +++ b/view/views/pagination.html @@ -1,4 +1,4 @@ -