BUG 12
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
<b class="mar-b16" v-text="row.videoName"/>
|
||||
<div class="color-999 line3" v-text="row.videoIntroduction"/>
|
||||
</div>
|
||||
<div class="thumb" :style="{backgroundImage:row.imageFileUrl}">
|
||||
<div class="thumb">
|
||||
<img :src="row.imageFileUrl"/>
|
||||
<span v-text="`${row.voteNumber}票`"/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -114,6 +115,12 @@ export default {
|
||||
line-height: 44px;
|
||||
background: #FF883C;
|
||||
color: #fff;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
& > img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user