自动模式设备日志

feasure-livedata
lld 2026-03-30 01:53:34 +08:00
parent 3fa350d783
commit 682338094e
1 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,8 @@
:key="key">
<!-- 视频列表带时间轴 -->
<scroll-view scroll-y class="log-list" v-if="tabList.length>0">
<uni-collapse :accordion="true" v-model="activeIndex">
<uni-collapse :accordion="true">
<!-- 循环 tabList当前卷膜的数据 -->
<uni-collapse-item
v-for="(item, index) in tabList"
@ -391,4 +392,7 @@ export default {
/deep/.uni-select__input-placeholder {
font-size: 24rpx !important;
}
/deep/ .uni-swiper-wrapper {
height: calc(100vh - 300rpx);
}
</style>