From 3b435bb2acb9e075e5d686ccf6f0ea33e7ac388b Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Wed, 5 Jan 2022 15:23:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E9=A1=B9=E7=9B=AE=E6=A0=87=E9=A2=98=E8=A1=8C=E9=AB=98?= =?UTF-8?q?=E5=8F=8A=E7=82=B9=E8=B5=9E=E6=95=B0=E6=8D=AE=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/public/css/git.openi.css | 3 ++- public/home/home.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 8b2654dd7..341f9e56c 100644 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -25,6 +25,7 @@ .am-pt-30{ padding-top: 3.0rem !important;} .am-pl-30{ padding-left: 3.0rem !important;} .am-pl-50{ padding-left: 5.0em !important;} +.am-ml-10{ margin-left: 1.0rem !important;} .am-ml-30{ margin-left: 3.0rem !important;} .am-pr-30{ padding-right: 3.0rem !important;} .am-mr-30{ margin-right: 3.0rem !important;} @@ -264,7 +265,7 @@ min-height: 9.38em; } .homepro-list .ui.card>.content>.header{ - line-height: 40px; + line-height: 40px !important; } .homepro-list .swiper-pagination-bullet-active{ diff --git a/public/home/home.js b/public/home/home.js index cb647c43a..39793a29d 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -363,7 +363,7 @@ function displayRepo(json){ html += "
"; html += "
"; html += " "; - html += " " + record["NumStars"] + "" + record["NumForks"]; + html += " " + record["NumStars"] + "" + record["NumForks"]; html += " "; html += " "; html += " " + record["Name"] +"";