| | |
| | | </el-col> |
| | | <el-col span="1"> </el-col> |
| | | </el-row> |
| | | <DashBoard class="dash-board" :factor-datas="factorDatas"></DashBoard> |
| | | <!-- <DashBoard class="dash-board" :factor-datas="factorDatas"></DashBoard> --> |
| | | <RealTimeTrend |
| | | class="real-time-trend" |
| | | :factor-datas="factorDatas" |
| | |
| | | <SourceTrace |
| | | class="source-trace" |
| | | v-model:factorType="factorType" |
| | | :deviceCode="deviceCode" |
| | | ></SourceTrace> |
| | | <!-- <PollutedClueItem></PollutedClueItem> --> |
| | | </div> |
| | |
| | | <style scoped> |
| | | .dash-board { |
| | | position: absolute; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0px; |
| | | } |
| | | .real-time-trend { |
| | |
| | | } |
| | | .source-trace { |
| | | position: absolute; |
| | | right: 0; |
| | | left: 0; |
| | | bottom: 0px; |
| | | } |
| | | </style> |