4.2
This commit is contained in:
@@ -193,8 +193,8 @@
|
|||||||
:key="index"
|
:key="index"
|
||||||
>
|
>
|
||||||
<div class="small-text">{{ item.name }}</div>
|
<div class="small-text">{{ item.name }}</div>
|
||||||
<div>{{ item.started_count }}<span class="unit-1">辆</span></div>
|
<div>{{ item.started_count }}<span class="unit-1">艘</span></div>
|
||||||
<div>{{ item.not_started_count }}<span class="unit-1">辆</span></div>
|
<div>{{ item.not_started_count }}<span class="unit-1">艘</span></div>
|
||||||
</div>
|
</div>
|
||||||
</vue3-seamless-scroll>
|
</vue3-seamless-scroll>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -476,7 +476,7 @@
|
|||||||
&-item__video {
|
&-item__video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: vh(366);
|
height: vh(366);
|
||||||
object-fit: cover;
|
object-fit: fill;
|
||||||
}
|
}
|
||||||
&-detail {
|
&-detail {
|
||||||
margin-left: vw(10);
|
margin-left: vw(10);
|
||||||
|
|||||||
@@ -145,6 +145,7 @@
|
|||||||
immediate: true
|
immediate: true
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
const getPreviewUrl = async (code) => {
|
const getPreviewUrl = async (code) => {
|
||||||
let res = await getPreviewUrlApi({
|
let res = await getPreviewUrlApi({
|
||||||
cameraIndexCode: code,
|
cameraIndexCode: code,
|
||||||
|
|||||||
Reference in New Issue
Block a user