2 Commits 9afb770dc4 ... 6efea4bdf8

Author SHA1 Message Date
  user_zyx 6efea4bdf8 Merge branch 'master' of http://39.106.7.239:3000/user_zyx/B20_UV_LogPC 8 months ago
  user_zyx a098c31814 每个页面增加Title; 8 months ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      B20UVLog/Windows/DictionarySet.xaml

+ 2 - 2
B20UVLog/Windows/DictionarySet.xaml

@@ -57,8 +57,8 @@
                         <DataGridTemplateColumn.CellTemplate>
                         <DataGridTemplateColumn.CellTemplate>
                             <DataTemplate>
                             <DataTemplate>
                                 <StackPanel Orientation="Horizontal">
                                 <StackPanel Orientation="Horizontal">
-                                    <My:MButton IsText="True" Icon="{StaticResource Icon-edit}" Click="MButton_Edit_Click">编辑</My:MButton>
-                                    <My:MButton IsText="True" Icon="{StaticResource Icon-trash-alt}" Click="MButton_Delete_Click">删除</My:MButton>
+                                    <My:MButton IsText="True" Icon="SquareEditOutline" Click="MButton_Edit_Click">编辑</My:MButton>
+                                    <My:MButton IsText="True" Icon="TrashCanOutline" Click="MButton_Delete_Click">删除</My:MButton>
                                 </StackPanel>
                                 </StackPanel>
                             </DataTemplate>
                             </DataTemplate>
                         </DataGridTemplateColumn.CellTemplate>
                         </DataGridTemplateColumn.CellTemplate>