2 次代码提交 9afb770dc4 ... 6efea4bdf8

作者 SHA1 备注 提交日期
  user_zyx 6efea4bdf8 Merge branch 'master' of http://39.106.7.239:3000/user_zyx/B20_UV_LogPC 8 月之前
  user_zyx a098c31814 每个页面增加Title; 8 月之前
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      B20UVLog/Windows/DictionarySet.xaml

+ 2 - 2
B20UVLog/Windows/DictionarySet.xaml

@@ -57,8 +57,8 @@
                         <DataGridTemplateColumn.CellTemplate>
                             <DataTemplate>
                                 <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>
                             </DataTemplate>
                         </DataGridTemplateColumn.CellTemplate>