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 37 <li v-for="(i, index) in list" :key="i.id" >
38 38 <div :class="i.examineState | classBorderFilter" >
39 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 41 <p class="status-ifo">
42 42 <span>{{ i.parkState | parkStateFilter}}</span>
43 43 <span v-if="i.examineState == 0" class="redText">需审核</span>
... ... @@ -57,7 +57,7 @@
57 57 <span>停车事件: {{ i.parkState}}</span>
58 58 </p>
59 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 61 <div class="imgBox" :style="{width: i.imgList.length*190+'px'}">
62 62 <img
63 63 v-for="(item,imgindex) in i.imgList"
... ...