diff --git a/templates/test.html b/templates/test.html index e69bda7..73536d3 100644 --- a/templates/test.html +++ b/templates/test.html @@ -45,8 +45,9 @@ } .card img { - width: 48px; - height: 48px; + width: 100%; + max-width: 180px; + height: auto; /* 自动保持比例 */ object-fit: contain; margin-bottom: 6px; } @@ -79,7 +80,11 @@