diff --git a/MainWindow.xaml b/MainWindow.xaml index 1020905..bc89f77 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -8,7 +8,8 @@ d:DataContext="{d:DesignInstance Type=viewmodel:MainWindowViewModel}" mc:Ignorable="d" Title="SUNLIGHT 838 b0.0.1 (2024/08/10)" - Height="720" Width="1270"> + Height="720" Width="1280"> + + + + + + + + + + + + + + + + diff --git a/ViewModel/MainWindowViewModel.cs b/ViewModel/MainWindowViewModel.cs index c0b9fa0..fb9c28f 100644 --- a/ViewModel/MainWindowViewModel.cs +++ b/ViewModel/MainWindowViewModel.cs @@ -76,7 +76,7 @@ namespace DyeingComputer.ViewModel void Tick_Event_1S(object sender, EventArgs e)//Tick_Event周期执行事件 { Sys_Time = DateTime.Now.ToString("yyyy/MM/dd HH:mm:ss"); - Work_Temp = "130"+"℃"; + Work_Temp = "130"+" ℃"; Work_Numder = "r2024011200014"; Status_Str = "qweqeqwqqfwfqef"; }