|
@@ -164,7 +164,7 @@
|
|
|
<Border
|
|
|
Grid.Row="0"
|
|
|
BorderBrush="Gray"
|
|
|
- BorderThickness="1">
|
|
|
+ BorderThickness="0,0,0,1">
|
|
|
<ToolBarPanel>
|
|
|
<ToolBar Background="White" ToolBarTray.IsLocked="True">
|
|
|
<Button Click="Button_Click" Command="{Binding SaveInspectApplyCommand}">
|
|
@@ -196,10 +196,7 @@
|
|
|
</ToolBarPanel>
|
|
|
</Border>
|
|
|
|
|
|
- <Border
|
|
|
- Grid.Row="1"
|
|
|
- BorderBrush="Gray"
|
|
|
- BorderThickness="1">
|
|
|
+ <Border Grid.Row="1">
|
|
|
<Grid Background="White">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="3*" />
|
|
@@ -208,11 +205,7 @@
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<!-- 左侧 -->
|
|
|
<ScrollViewer Grid.Column="0" VerticalScrollBarVisibility="Auto">
|
|
|
- <Border
|
|
|
- Grid.Column="0"
|
|
|
- Padding="10,10,20,10"
|
|
|
- BorderBrush="Gray"
|
|
|
- BorderThickness="1">
|
|
|
+ <Border Padding="10,10,20,10">
|
|
|
<Grid Background="White">
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="Auto" />
|
|
@@ -830,16 +823,18 @@
|
|
|
<GridSplitter
|
|
|
Grid.Column="1"
|
|
|
Width="2"
|
|
|
- HorizontalAlignment="Stretch" />
|
|
|
+ HorizontalAlignment="Stretch"
|
|
|
+ BorderBrush="LightSlateGray"
|
|
|
+ BorderThickness="0,0,1,0" />
|
|
|
<!-- 右侧 -->
|
|
|
<Border
|
|
|
Grid.Column="2"
|
|
|
Padding="10,10,10,10"
|
|
|
BorderBrush="Gray"
|
|
|
- BorderThickness="1">
|
|
|
+ BorderThickness="0,0,0,0">
|
|
|
<Grid Background="White">
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="50" />
|
|
|
+ <RowDefinition Height="35" />
|
|
|
<RowDefinition Height="*" />
|
|
|
</Grid.RowDefinitions>
|
|
|
<TextBlock
|
|
@@ -856,7 +851,7 @@
|
|
|
<Border
|
|
|
Grid.Row="0"
|
|
|
BorderBrush="Gray"
|
|
|
- BorderThickness="1">
|
|
|
+ BorderThickness="1,1,1,0">
|
|
|
<ToolBarPanel>
|
|
|
<ToolBar Background="White" ToolBarTray.IsLocked="True">
|
|
|
<Button
|