Commit 3ec66429e19805da5233c81b2f1e69ecc5166b56

Authored by 伽蓝
1 parent 8669edd3
Exists in master

fix:调整图片高度

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/views/Yanxue/pageDetails.vue
@@ -166,12 +166,12 @@ export default { @@ -166,12 +166,12 @@ export default {
166 166
167 .pic { 167 .pic {
168 width: 70vw; 168 width: 70vw;
169 - height: 45vw; 169 + // height: 45vw;
170 margin-bottom: 5vw; 170 margin-bottom: 5vw;
171 171
172 img { 172 img {
173 width: 100%; 173 width: 100%;
174 - height: 100%; 174 + // height: 100%;
175 } 175 }
176 } 176 }
177 } 177 }