From a47e63340e86702379f161bfff723076dd26db9a Mon Sep 17 00:00:00 2001 From: koogua Date: Wed, 31 Aug 2022 10:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E7=AB=A0=E7=BC=A9?= =?UTF-8?q?=E7=95=A5=E5=9B=BE=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Library/AppInfo.php | 2 +- public/static/home/css/common.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Library/AppInfo.php b/app/Library/AppInfo.php index f214b7e6..d2a54f3c 100644 --- a/app/Library/AppInfo.php +++ b/app/Library/AppInfo.php @@ -16,7 +16,7 @@ class AppInfo protected $link = 'https://koogua.com'; - protected $version = '1.5.7'; + protected $version = '1.5.8'; public function __get($name) { diff --git a/public/static/home/css/common.css b/public/static/home/css/common.css index 8c20cd92..c37dc67e 100644 --- a/public/static/home/css/common.css +++ b/public/static/home/css/common.css @@ -479,8 +479,8 @@ .article-card .cover { flex: 0 0 auto; - width: 150px; - height: 84px; + width: 180px; + height: 100px; margin-left: 10px; }