update line

This commit is contained in:
lb
2023-12-05 17:00:55 +08:00
parent b26e1d5a7f
commit e7263302a7
3 changed files with 73 additions and 14 deletions

View File

@@ -152,6 +152,17 @@
<Switcher />
</div>
<!-- container -->
<Container name="能耗" :width="300">
<div
class="v"
style="height: 100px; background: #ccc; width: 300px"></div>
<KilnLine :horizontal="true" />
<div
class="v"
style="height: 100px; background: #caf; width: 300px"></div>
</Container>
<!-- null -->
<section class="header" style="height: 80px">窑炉生产运行驾驶舱</section>
<section
@@ -174,9 +185,21 @@ import DateBtnGroup from '../components/DateBtnGroup.vue';
import ShadowRect from '../components/ShadowRect.vue';
import SelectorBtnGroup from '../components/SelectorBtnGroup.vue';
import Switcher from '../components/Switcher.vue';
import KilnLine from '../components/line';
import Container from '../components/Container.vue';
console.log('Line', KilnLine)
export default {
name: 'KilnDataBoard',
components: { DateBtnGroup, ShadowRect, SelectorBtnGroup, Switcher },
components: {
DateBtnGroup,
KilnLine,
Container,
ShadowRect,
SelectorBtnGroup,
Switcher,
},
props: {},
data() {
return {};