bug 修改
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
width:(100/grad)+'%'
|
||||
}">
|
||||
|
||||
<div class="video-item__inner">
|
||||
<div class="video-item__inner" @click="handleCamera(element.cameraIndexCode,element)">
|
||||
<div
|
||||
v-if="element.isDiy == 1"
|
||||
class="video-item__follow"
|
||||
@@ -74,7 +74,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { getVideCollectCate,getVideCollectCateSort,getColletDiyApi } from '@/api/home'
|
||||
import { getVideCollectCate,getVideCollectCateSort,getColletDiyApi,getPreviewUrlApi} from '@/api/home'
|
||||
import {
|
||||
getVideoTypeApi,
|
||||
getVideoRegionsApi,
|
||||
|
||||
@@ -1066,6 +1066,7 @@
|
||||
box-sizing: border-box;
|
||||
background-image: url('@/assets/images/bg-3.png');
|
||||
background-size: 100% 100%;
|
||||
flex:1;
|
||||
}
|
||||
.box {
|
||||
@extend .bg;
|
||||
@@ -1091,6 +1092,7 @@
|
||||
.box-5 {
|
||||
@extend .bg;
|
||||
height: vh(465);
|
||||
flex:1;
|
||||
}
|
||||
.car-box {
|
||||
width: vw(316);
|
||||
@@ -1137,7 +1139,7 @@
|
||||
align-items: center;
|
||||
}
|
||||
.car-ship {
|
||||
width: vw(660);
|
||||
width: 100%;
|
||||
height: vh(250);
|
||||
}
|
||||
.full {
|
||||
|
||||
Reference in New Issue
Block a user