- <template>
- <div class="nitrogen-history">
- <HistoryTable columns-type="forcFan" device-type="forcFan" designScope="forcFan_history" :scroll="{y: 650}" />
- </div>
- </template>
- <script setup lang="ts">
- import HistoryTable from '../../comment/HistoryTable.vue';
- </script>
- <style lang="less" scoped>
- .nitrogen-history{
- position: fixed;
- top: 80px;
- margin-top: 20px;
- }
- </style>
|