| | |
| | | </div> |
| | | |
| | | <a-spin :spinning="spinning"> |
| | | <!--开机率--> |
| | | <!--利用率--> |
| | | <div class="PowerOnRate Line-box"> |
| | | <div class="title"> |
| | | <div class="circle"></div> |
| | |
| | | <div class="PowerOnRate-right" ref="PowerOnRateLine" id="PowerOnRateLine"></div> |
| | | </div> |
| | | </div> |
| | | <!--利用率和开动率--> |
| | | <!--开机率和开动率--> |
| | | <div class="UtilizationStartup"> |
| | | <div class="Utilization Line-box"> |
| | | <div class="title"> |
| | |
| | | } |
| | | |
| | | #StatisticsLegend .PowerOnRate { |
| | | flex: 1; |
| | | height: 50%; |
| | | margin-bottom: 15px; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | #StatisticsLegend .UtilizationStartup { |
| | | flex: 1; |
| | | height: 50%; |
| | | display: flex; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .PowerOnRate-box .PowerOnRate-right { |
| | | flex: 1; |
| | | width: 75%; |
| | | } |
| | | |
| | | .Utilization-box { |