浏览代码

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

Co-authored-by: aider (deepseek/deepseek-v4-pro) <aider@aider.chat>
Your Name 3 天之前
父节点
当前提交
979e2621d5
共有 1 个文件被更改,包括 6 次插入0 次删除
  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;