hookehuyr

fix 荣誉展示修改图片显示方式

...@@ -272,7 +272,7 @@ export default { ...@@ -272,7 +272,7 @@ export default {
272 .card-image { 272 .card-image {
273 width: 100%; 273 width: 100%;
274 height: 17rem; 274 height: 17rem;
275 - background-size: cover; 275 + background-size: contain;
276 background-position: center; 276 background-position: center;
277 background-repeat: no-repeat; 277 background-repeat: no-repeat;
278 } 278 }
......