bug
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</AiTopFixed>
|
||||
<div class="record" v-if="currIndex == 0">
|
||||
<div class="item" v-for="(item, index) in list" :key="index" @click="toDetail(item)">
|
||||
<img :src="`${$cdn}video/play-icon.png`" alt="" @click="choose(item)">
|
||||
<img :src="`${$cdn}video/play-icon.png`" alt="" @click.stop="choose(item)">
|
||||
<div class="info">
|
||||
<p>{{ item.name ? item.name.split('.')[0] : '-' }}</p>
|
||||
<div>{{ item.createUserName }}{{ item.createTime }}</div>
|
||||
@@ -219,7 +219,7 @@ export default {
|
||||
font-weight: 500;
|
||||
color: #999;
|
||||
line-height: 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.btn{
|
||||
width: 154px;
|
||||
@@ -305,7 +305,7 @@ export default {
|
||||
.bg-AFD0FC{
|
||||
background-color: #AFD0FC;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user