| | |
| | | </fks-row> |
| | | </div> |
| | | <div class="system-overview-bottom"> |
| | | <fks-row :gutter="20" style="width: 100%; height: calc(50% - 40px);"> |
| | | <fks-row :gutter="20" style="width: 100%; height: calc(50% - 5px);margin-left:unset"> |
| | | <!-- 金刚沱泵站 --> |
| | | <fks-col :span="12" style="height:100%;"> |
| | | <fks-col :span="12" style="height:100%;background-color:#fff;width: calc(50% - 5px);margin-right:10px"> |
| | | <titleBox title="金刚沱泵站"></titleBox> |
| | | <barChart divid="pump1" title="机组健康评价" :bardata="m_Pump1" :iscoustomecolor="true"></barChart> |
| | | </fks-col> |
| | | <!-- 嘉陵江草街泵站 --> |
| | | <fks-col :span="12" style="height:100%;"> |
| | | <fks-col :span="12" style="height:100%;background-color:#fff;width: calc(50% - 5px);"> |
| | | <titleBox title="嘉陵江草街泵站"></titleBox> |
| | | <barChart divid="pump2" title="机组健康评价" :bardata="m_Pump2" :iscoustomecolor="true"></barChart> |
| | | </fks-col> |
| | | </fks-row> |
| | | <fks-row :gutter="20" style="width: 100%; height: calc(50% - 0px);"> |
| | | <fks-row :gutter="20" style="width: 100%; height: calc(50% - 5px);margin-left:unset;margin-top:10px;"> |
| | | <!-- 江津德感加压站 --> |
| | | <fks-col :span="12" style="height:100%;"> |
| | | <fks-col :span="12" style="height:100%;background-color:#fff;width: calc(50% - 5px);margin-right:10px"> |
| | | <titleBox title="江津德感加压站"></titleBox> |
| | | <barChart divid="pump3" title="机组健康评价" :bardata="m_Pump3" :iscoustomecolor="true"></barChart> |
| | | </fks-col> |
| | | <!-- 设备故障诊断 --> |
| | | <fks-col :span="12" style="height:100%;"> |
| | | <fks-col :span="12" style="height:100%;background-color:#fff;width: calc(50% - 5px);"> |
| | | <titleBox title="永川临江加压站"></titleBox> |
| | | <barChart divid="pump4" title="机组健康评价" :bardata="m_Pump4" :iscoustomecolor="true"></barChart> |
| | | </fks-col> |
| | |
| | | .system-overview-bottom{ |
| | | width: 100%; |
| | | height: 64%; |
| | | background-color: #fff; |
| | | margin-top: 10px; |
| | | } |
| | | </style> |