This commit is contained in:
lb
2023-12-11 09:47:58 +08:00
parent b4d2b69004
commit dee9f7ce8b
4 changed files with 159 additions and 33 deletions

View File

@@ -101,7 +101,7 @@
:options="['氧气含量', '二氧化硫', '一氧化氢', '二氧化氢']" />
<SelectorBtnGroup :options="['日', '周', '月', '年']" />
</div>
<div class="chart" style="height: 240px"></div>
<div class="chart" style="height: 220px"></div>
</div>
</Container>
</div>
@@ -111,10 +111,12 @@
import Container from '../components/Container.vue';
import ShadowRect from '../components/ShadowRect.vue';
import KilnLine from '../components/line';
import Switcher from '../components/Switcher.vue';
import SelectorBtnGroup from '../components/SelectorBtnGroup.vue';
export default {
name: 'GasHandle',
components: { Container, ShadowRect, KilnLine },
components: { Container, ShadowRect, KilnLine, Switcher, SelectorBtnGroup },
props: {},
data() {
return {};