提交
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<el-carousel-item v-for="(item, i) in list" :key="i">
|
||||
<div class="dis-f jus-x al-item" v-if="item">
|
||||
<div class="img-box dis-f jus-x" style="width:600px" v-if="item['type'] != 'attachment'">
|
||||
<video autoplay controls :src="item.url"></video>
|
||||
<video autoplay controls :src="item.url || item['videourl']"></video>
|
||||
</div>
|
||||
<div class="img-box dis-f jus-x" v-else>
|
||||
<img :src="item && item.url || item['imageurl'] || item['image']" class="img" alt="">
|
||||
|
||||
@@ -100,12 +100,18 @@ const executeScripts = () => {
|
||||
left: 0;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
z-index: 1111;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.htmlCode * {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
|
||||
.htmlCode .registerNewApp {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.htmlCode .register .box,
|
||||
.htmlCode .register .box {
|
||||
border-radius: 10px;
|
||||
|
||||
Reference in New Issue
Block a user