@@ -26,7 +26,7 @@ namespace NTMiner.MinerStudio {
public string LatestTimeSpanText {
get {
if (LatestTimestamp == Timestamp.UnixBaseTime) {
- return "未知";
+ return string.Empty;
}
return Timestamp.GetTimeSpanBeforeText(LatestTimestamp);
@@ -316,7 +316,7 @@
Foreground="White"
ToolTip="距离挖矿端产生最后一条输出的时长"
HorizontalAlignment="Right"
- VerticalAlignment="Top"
+ VerticalAlignment="Bottom"
Text="{Binding MinerClientConsoleVm.LatestTimeSpanText}"></TextBlock>
</Grid>
</TabItem>