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" :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>

View File

@@ -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);

View File

@@ -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,