Skip to content

Commit 731e39f

Browse files
committed
手机端图片拉伸问题
1 parent 65f9922 commit 731e39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/variable.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ $--color-primary-light: mix(#fff, $--color-primary, 96%);
126126
}
127127
img {
128128
max-width: 100%;
129-
height: auto;
129+
height: auto !important;
130130
}
131131
h1 {
132132
color: #444444;

0 commit comments

Comments
 (0)