Skip to content

Commit

Permalink
[A]修复部分手机的显示
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-er committed Mar 3, 2019
1 parent d9038dd commit 36f3199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HandSchool.JLU/Views/YktPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<Grid Padding="20,0,20,12">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="70" />
<ColumnDefinition Width="3*" />
<ColumnDefinition Width="1*" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
Expand Down

0 comments on commit 36f3199

Please sign in to comment.