update
This commit is contained in:
parent
28c808602d
commit
1cc2a403bd
BIN
src/assets/box-table.png
Normal file
BIN
src/assets/box-table.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
BIN
src/assets/docs.png
Normal file
BIN
src/assets/docs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
26
src/components/boxes/FanRuntime.vue
Normal file
26
src/components/boxes/FanRuntime.vue
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<template>
|
||||||
|
<!-- 风机运行情况 -->
|
||||||
|
<Container usage="Table">
|
||||||
|
<SubContainer title="风机运行情况" icon="docs" padding="17px">
|
||||||
|
风机运行情况
|
||||||
|
</SubContainer>
|
||||||
|
</Container>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import Container from "../layout/Container.vue";
|
||||||
|
import SubContainer from "../layout/SubContainer.vue";
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: "KilnPressure",
|
||||||
|
props: {},
|
||||||
|
components: { Container, SubContainer },
|
||||||
|
data() {
|
||||||
|
return {};
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
@import "../../assets/styles/functions";
|
||||||
|
</style>
|
@ -45,7 +45,7 @@ export default {
|
|||||||
|
|
||||||
.number-or-date {
|
.number-or-date {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: w(753px);
|
width: w(800px);
|
||||||
height: h(375px);
|
height: h(375px);
|
||||||
background: url(../../assets/box-number.png);
|
background: url(../../assets/box-number.png);
|
||||||
background-position: 0 0; /** top left */
|
background-position: 0 0; /** top left */
|
||||||
@ -54,9 +54,9 @@ export default {
|
|||||||
|
|
||||||
.tables {
|
.tables {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: w(753px);
|
width: w(800px);
|
||||||
height: h(556px);
|
height: h(528px);
|
||||||
background: url(../../assets/box-number.png);
|
background: url(../../assets/box-table.png);
|
||||||
background-position: 0 0; /** top left */
|
background-position: 0 0; /** top left */
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
@ -72,7 +72,7 @@ export default {
|
|||||||
|
|
||||||
.number-and-chart {
|
.number-and-chart {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: w(753px);
|
width: w(800px);
|
||||||
height: h(931px);
|
height: h(931px);
|
||||||
background: url(../../assets/box-right.png);
|
background: url(../../assets/box-right.png);
|
||||||
background-position: 0 0; /** top left */
|
background-position: 0 0; /** top left */
|
||||||
|
@ -22,8 +22,9 @@ export default {
|
|||||||
@import "../../assets/styles/variables";
|
@import "../../assets/styles/variables";
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background: url(../../assets/header.png) center/cover no-repeat;
|
background: url(../../assets/header.png) center/contain no-repeat;
|
||||||
height: h(300px);
|
background-size: 105%;
|
||||||
|
height: h(280px);
|
||||||
width: $actual_width;
|
width: $actual_width;
|
||||||
display: grid;
|
display: grid;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
@ -34,22 +35,22 @@ header {
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
.header--logo {
|
.header--logo {
|
||||||
width: 64px;
|
width: 56px;
|
||||||
height: 64px;
|
height: 56px;
|
||||||
background: url(../../assets/logo.png) center/contain no-repeat;
|
background: url(../../assets/logo.png) center/contain no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
font-size: 40px;
|
font-size: 35px;
|
||||||
// line-height: 100px;
|
// line-height: 100px;
|
||||||
// background: #eee;
|
// background: #eee;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
letter-spacing: 8px;
|
letter-spacing: 8px;
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
// color: #6bf2ff;
|
// color: #6bf2ff;
|
||||||
color: $main-color;
|
color: $main-color;
|
||||||
font-family: "微软雅黑", "MS YaHei", "Helvicate", sans-serif;
|
font-family: "微软雅黑", sans-serif;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -61,13 +62,13 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.company {
|
.company {
|
||||||
margin-left: w(1180px);
|
margin-left: w(1420px);
|
||||||
width: w(1460px);
|
width: w(1460px);
|
||||||
background: url("../../assets/company.png") center/cover no-repeat;
|
background: url("../../assets/company.png") center/cover no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.datetime {
|
.datetime {
|
||||||
margin-left: w(6300px);
|
margin-left: w(6050px);
|
||||||
width: w(1407px);
|
width: w(1407px);
|
||||||
background: url("../../assets/date.png") center/cover no-repeat;
|
background: url("../../assets/date.png") center/cover no-repeat;
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<KilnPressure />
|
<KilnPressure />
|
||||||
</div>
|
</div>
|
||||||
<div class="absolute left fan-runtime">
|
<div class="absolute left fan-runtime">
|
||||||
<KilnRuntime />
|
<FanRuntime />
|
||||||
</div>
|
</div>
|
||||||
<div class="right absolute"></div>
|
<div class="right absolute"></div>
|
||||||
</main>
|
</main>
|
||||||
@ -22,12 +22,13 @@
|
|||||||
<script>
|
<script>
|
||||||
import KilnRuntime from "../boxes/KilnRuntime.vue";
|
import KilnRuntime from "../boxes/KilnRuntime.vue";
|
||||||
import KilnPressure from "../boxes/KilnPressure.vue";
|
import KilnPressure from "../boxes/KilnPressure.vue";
|
||||||
|
import FanRuntime from "../boxes/FanRuntime.vue";
|
||||||
import AreaOne from "../isolate-area-1/Area.vue";
|
import AreaOne from "../isolate-area-1/Area.vue";
|
||||||
// import Container from './Container.vue'
|
// import Container from './Container.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "Main",
|
name: "Main",
|
||||||
components: { AreaOne, KilnRuntime, KilnPressure },
|
components: { AreaOne, KilnRuntime, KilnPressure, FanRuntime},
|
||||||
props: {},
|
props: {},
|
||||||
data() {
|
data() {
|
||||||
return {};
|
return {};
|
||||||
|
Loading…
Reference in New Issue
Block a user