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