update
This commit is contained in:
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user