Commit 331f09f25c483e90dcc42919b160d5ca0b02d401

Authored by liuqimichale
1 parent 1250868c

高位视频 定时器

Showing 1 changed file with 2 additions and 2 deletions
src/views/highVideo.vue
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 <li v-for="(i, index) in list" :key="i.id" > 37 <li v-for="(i, index) in list" :key="i.id" >
38 <div :class="i.examineState | classBorderFilter" > 38 <div :class="i.examineState | classBorderFilter" >
39 <el-row> 39 <el-row>
40 - <el-col style="padding-left: 10px;" :span="8" :class="{active:currentIndex == index}" @click.native="chooseHandle(i,index)"> 40 + <el-col style="padding-left: 10px;" :span="9" :class="{active:currentIndex == index}" @click.native="chooseHandle(i,index)">
41 <p class="status-ifo"> 41 <p class="status-ifo">
42 <span>{{ i.parkState | parkStateFilter}}</span> 42 <span>{{ i.parkState | parkStateFilter}}</span>
43 <span v-if="i.examineState == 0" class="redText">需审核</span> 43 <span v-if="i.examineState == 0" class="redText">需审核</span>
@@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
57 <span>停车事件: {{ i.parkState}}</span> 57 <span>停车事件: {{ i.parkState}}</span>
58 </p> 58 </p>
59 </el-col> 59 </el-col>
60 - <el-col :span="16" style="overflow-x: auto;width: 570px;"> 60 + <el-col :span="15" style="overflow-x: auto;width: 550px;">
61 <div class="imgBox" :style="{width: i.imgList.length*190+'px'}"> 61 <div class="imgBox" :style="{width: i.imgList.length*190+'px'}">
62 <img 62 <img
63 v-for="(item,imgindex) in i.imgList" 63 v-for="(item,imgindex) in i.imgList"