Browse Source

feat: 请求进度增加滚动

main
betaqi 2 weeks ago
parent
commit
999510f2d9
  1. 3
      src/views/stationData/transfer/components/deviceDrawer.vue

3
src/views/stationData/transfer/components/deviceDrawer.vue

@ -26,6 +26,7 @@ @@ -26,6 +26,7 @@
v-if="isFetching"
>
<div class="w-full max-w-[600px] space-y-10 p-6">
<el-scrollbar height="70vh" max-height="600px">
<div
v-for="deviceInfo in pointInfoData"
:key="deviceInfo.id"
@ -52,6 +53,8 @@ @@ -52,6 +53,8 @@
}}</span>
</div>
</div>
</el-scrollbar>
</div>
</div>

Loading…
Cancel
Save