自动模式设备日志
parent
3fa350d783
commit
682338094e
|
|
@ -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>
|
||||
Loading…
Reference in New Issue