feat:设备使用记录

This commit is contained in:
houjunxiang
2026-03-05 16:54:47 +08:00
parent 749ac7f507
commit 9c88c45d66
357 changed files with 21486 additions and 5845 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="container">
<up-sticky>
<navbar-back :title="`${deviceText})设备信息`"></navbar-back>
<navbar-back :title="`${deviceText})设备信息`" titleWidth="800"></navbar-back>
</up-sticky>
<up-tabs lineWidth="30" :list="tabs" @click="tabClick"></up-tabs>
<scroll-view scroll-y="true" class="content">
@@ -77,7 +77,7 @@ function tabClick(e) {
background-color: #f0f2f5;
height: 100%;
.content {
height: 75vh;
// height: 75vh;
}
}
:deep(.u-tabs__wrapper__nav__item__text) {