From 165d45f09f35d88838b728b16c63c8a3fa8359df Mon Sep 17 00:00:00 2001 From: zhangjianjun Date: Tue, 31 Mar 2026 17:56:06 +0800 Subject: [PATCH] ud --- src/components/layout/Article/index.module.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/layout/Article/index.module.css b/src/components/layout/Article/index.module.css index e6073fe..6531980 100644 --- a/src/components/layout/Article/index.module.css +++ b/src/components/layout/Article/index.module.css @@ -61,4 +61,10 @@ display: flex; justify-content: space-between; } +} + +.articleContentText { + img, video { + max-width: 100%; + } } \ No newline at end of file