1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-27 21:10:24 +08:00

优化文章缩略图尺寸

This commit is contained in:
koogua 2022-08-31 10:27:03 +08:00
parent 6870380091
commit a47e63340e
2 changed files with 3 additions and 3 deletions

View File

@ -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)
{

View File

@ -479,8 +479,8 @@
.article-card .cover {
flex: 0 0 auto;
width: 150px;
height: 84px;
width: 180px;
height: 100px;
margin-left: 10px;
}