From 4500c1e693aebdc9143e7d061da244ffd14b7986 Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Mon, 16 May 2022 11:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E5=A2=9E=E5=8A=A0=E5=B9=BF=E5=91=8A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/user/dashboard/repolist.tmpl | 9 ++++++++- web_src/less/openi.less | 5 ++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/user/dashboard/repolist.tmpl b/templates/user/dashboard/repolist.tmpl index 5df52d77a..06dc65aae 100644 --- a/templates/user/dashboard/repolist.tmpl +++ b/templates/user/dashboard/repolist.tmpl @@ -162,5 +162,12 @@ - + + + +
+ + + +
diff --git a/web_src/less/openi.less b/web_src/less/openi.less index 9c5114ba4..7ddc050d4 100644 --- a/web_src/less/openi.less +++ b/web_src/less/openi.less @@ -660,7 +660,10 @@ display: block; } /*pages*/ -.ui.borderless.pagination {border:none} +.ui.borderless.pagination { + border:none; + margin-top: .5rem; +} .ui.pagination.menu .item { min-width: 32px; text-align: center;