From b61a3ab9ef43509d2efa7035a8e94bddf8249272 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Fri, 22 Jul 2022 13:51:11 +0800 Subject: [PATCH] * Optimize page. --- module/repo/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/repo/css/common.css b/module/repo/css/common.css index 307392df8f..639fb35b57 100644 --- a/module/repo/css/common.css +++ b/module/repo/css/common.css @@ -189,5 +189,5 @@ h3 {font-size: 16px;} .header-btn .btn > .text {text-overflow: unset !important;} -#repoPageSize {right: 90px;} +#repoPageSize {right: 90px; padding: 8px 5px 6px 10px;} .dropdown-menu li > a.selected {color: #3123ae !important; background: #f2eafc !important; line-height: 20px; border-radius: 5px;}