| | |
| | | :InValidCount="`${PollData.RealTimeInvalid}`" |
| | | :RunningCount="`${PollData.RealTimeRun}`" |
| | | :NoDeal="`${PollData.RealTimeNoDeal}`" |
| | | image="realTime (2).png" |
| | | ></HashrateCard> |
| | | |
| | | <!-- 轮询算力信息 --> |
| | |
| | | :InValidCount="`${PollData.PollInvalid}`" |
| | | :RunningCount="`${PollData.PollRun}`" |
| | | :NoDeal="`${PollData.PollNoDeal}`" |
| | | image="polling.png" |
| | | ></HashrateCard> |
| | | </div> |
| | | </div> |
| | |
| | | .control { |
| | | position: absolute; |
| | | display: flex; |
| | | justify-content: end; |
| | | justify-content: flex-end; |
| | | top: 20px; |
| | | right: 20px; |
| | | |
| | |
| | | .control { |
| | | position: absolute; |
| | | display: flex; |
| | | justify-content: end; |
| | | justify-content: flex-end; |
| | | top: 20px; |
| | | right: 20px; |
| | | |