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

@@ -395,8 +395,8 @@
position: relative;
width: 100%;
height: 100%;
margin-top: vh(40);
margin-left: vw(10);
margin-top: vh(40);
margin-left: vw(10);
// padding: vh(30) vw(20);
// box-sizing: border-box;
// background-image: url('/src/assets/images/log-v-bg.png');
@@ -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,