This commit is contained in:
zhangjianjun 2026-03-31 17:56:06 +08:00
parent 0a2ee4409d
commit 165d45f09f
1 changed files with 6 additions and 0 deletions

View File

@ -62,3 +62,9 @@
justify-content: space-between;
}
}
.articleContentText {
img, video {
max-width: 100%;
}
}