浏览代码

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

jiangjy 1 周之前
父节点
当前提交
1107a2979b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FrameworkLocal/UIClient/CenterViews/Operations/RealTime/RealTimeView.xaml

+ 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}">