修复邮件图片移动端无法自适应

This commit is contained in:
eoao
2025-07-07 22:43:57 +08:00
parent 5bc8dfdf00
commit ab6ea3847e
4 changed files with 6 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ function updateContent() {
}
img:not(table img) {
max-width: 100%;
max-width: 100% !important;
height: auto !important;
}