Selaa lähdekoodia

fix DataChart右下角列表无法滑动问题

jiangjy 2 kuukautta sitten
vanhempi
commit
1107a2979b

+ 1 - 1
FrameworkLocal/UIClient/CenterViews/Operations/RealTime/RealTimeView.xaml

@@ -257,7 +257,7 @@
             </StackPanel>
             <userControls:DataViewDataGrid 
                 x:Name="dataGrid"
-                Width="1000" 
+                Height="300"
                 IsShowStatisticColumn="False"
                 IsEnabled="{Binding IsBusy, Converter={StaticResource boolReverseConverter}}"
                 ItemsSource="{Binding Path=SelectedData}">