This commit is contained in:
duanliang
2025-04-02 19:33:11 +08:00
3 changed files with 6 additions and 5 deletions

View File

@@ -193,8 +193,8 @@
:key="index"
>
<div class="small-text">{{ item.name }}</div>
<div>{{ item.started_count }}<span class="unit-1"></span></div>
<div>{{ item.not_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>
</vue3-seamless-scroll>
</div>

View File

@@ -476,7 +476,7 @@
&-item__video {
width: 100%;
height: vh(366);
object-fit: cover;
object-fit: fill;
}
&-detail {
margin-left: vw(10);

View File

@@ -145,6 +145,7 @@
immediate: true
}
)
const getPreviewUrl = async (code) => {
let res = await getPreviewUrlApi({
cameraIndexCode: code,