6c6e5fb9 by zhangmeng

封面比例

1 parent dbdcd04a
......@@ -475,6 +475,7 @@ getmatchData()
.cover_img {
width: 500px;
height: 667px;
object-fit: fill;
margin-right: 36px;
}
......
......@@ -2,7 +2,7 @@
<div>
<!-- top -->
<div class="container top">
<img :src="fillImgUrl(travel.cover)" alt="" class="cover_img">
<img :src="fillImgUrl(travel.cover)" alt="" class="cover_img" st>
<div class="info">
<div class="title">{{ travel.name }}</div>
<div class="select_item_box">
......@@ -295,6 +295,7 @@ function toSelectClosed() {
.cover_img {
width: 500px;
height: 667px;
object-fit: fill;
margin-right: 36px;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!