From f2f041b7f7ce79173211a503b59dd7aded2d3261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B05BEE13=2E=E5=8D=A2=E9=83=B4=E7=BE=A4?= Date: Wed, 26 May 2021 17:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/css/style.css | 2 +- view/index.html | 2 +- view/scripts/controllers/tags-controller.js | 2 +- view/views/pagination.html | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) 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 @@ -