Browse Source

fix: 修复文章摘要图片超出容器宽度的问题

Co-authored-by: aider (deepseek/deepseek-v4-pro) <aider@aider.chat>
Your Name 3 ngày trước cách đây
mục cha
commit
979e2621d5
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      static/css/style.css

+ 6 - 0
static/css/style.css

@@ -158,6 +158,12 @@ body {
     overflow: visible;
 }
 
+/* 文章内容中的图片宽度适配 */
+.card-summary img {
+    max-width: 100%;
+    height: auto;
+}
+
 .card-link {
     color: #333;
     text-decoration: none;