Commit 43027652 authored by co_dengxiongwen's avatar co_dengxiongwen

错别字

parent eb51ab51
...@@ -33,7 +33,7 @@ card-warp(title="室内气象数据" height='45px' showBackground ) ...@@ -33,7 +33,7 @@ card-warp(title="室内气象数据" height='45px' showBackground )
el-table-column(:resizable="false" prop='visitorId' header-align='center' align='center' width='240' label='设备编号') el-table-column(:resizable="false" prop='visitorId' header-align='center' align='center' width='240' label='设备编号')
el-table-column(:resizable="false" prop='visitorId' header-align='center' align='center' width='240' label='设备名称') el-table-column(:resizable="false" prop='visitorId' header-align='center' align='center' width='240' label='设备名称')
el-table-column(:resizable="false" prop='visitorId' header-align='center' align='center' width='240' label='温度(℃)') el-table-column(:resizable="false" prop='visitorId' header-align='center' align='center' width='240' label='温度(℃)')
el-table-column(:resizable="false" prop='visitorId' header-align='center' align='center' label='度(%RH)') el-table-column(:resizable="false" prop='visitorId' header-align='center' align='center' label='湿度(%RH)')
el-table-column(:resizable="false" prop='visitorId' header-align='center' align='center' ) el-table-column(:resizable="false" prop='visitorId' header-align='center' align='center' )
span(slot='header') span(slot='header')
span CO span CO
...@@ -54,7 +54,7 @@ import tablePagination from '@/pages/components/tablePagination' ...@@ -54,7 +54,7 @@ import tablePagination from '@/pages/components/tablePagination'
import history from './history' import history from './history'
export default { export default {
components: { components: {
tablePagination, tablePagination,
history history
}, },
...@@ -72,9 +72,7 @@ components: { ...@@ -72,9 +72,7 @@ components: {
tabClick(tab, event) { tabClick(tab, event) {
console.log(tab, event) console.log(tab, event)
}, },
getDataList() { getDataList() {},
},
showParams(data, type) { showParams(data, type) {
console.log(111) console.log(111)
this.historyVisible = true this.historyVisible = true
...@@ -112,33 +110,32 @@ components: { ...@@ -112,33 +110,32 @@ components: {
background: #fff; background: #fff;
} }
} }
.data-warp{ .data-warp {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
text-align: center; text-align: center;
margin-bottom: 20px; margin-bottom: 20px;
.data-item{ .data-item {
width: 32%; width: 32%;
height: 153px; height: 153px;
background: #FFFFFF; background: #ffffff;
border: 1px solid #ECECEC; border: 1px solid #ececec;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
.type{ .type {
font-size: 18px; font-size: 18px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: 400; font-weight: 400;
color: #333333; color: #333333;
padding-top: 38px; padding-top: 38px;
} }
.num{ .num {
font-size: 36px; font-size: 36px;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 600; font-weight: 600;
color: #21ACFC; color: #21acfc;
padding-top: 12px; padding-top: 12px;
} }
.unit{ .unit {
height: 15px; height: 15px;
font-size: 18px; font-size: 18px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment