修复邮件图片移动端无法自适应
This commit is contained in:
@@ -64,7 +64,7 @@ function updateContent() {
|
||||
}
|
||||
|
||||
img:not(table img) {
|
||||
max-width: 100%;
|
||||
max-width: 100% !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user