From 45540def12eb1fca2d76fe09a804684b95374b8e Mon Sep 17 00:00:00 2001 From: yaobiao131 <28655758+yaobiao131@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:20:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=88=91=E7=9A=84?= =?UTF-8?q?=E8=AE=A2=E9=98=85=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DownKyi/CustomControl/CustomPager.axaml | 3 +- DownKyi/Views/ViewMyBangumiFollow.axaml | 72 ++++++++++--------------- 2 files changed, 29 insertions(+), 46 deletions(-) diff --git a/DownKyi/CustomControl/CustomPager.axaml b/DownKyi/CustomControl/CustomPager.axaml index db3905d..8e3def9 100644 --- a/DownKyi/CustomControl/CustomPager.axaml +++ b/DownKyi/CustomControl/CustomPager.axaml @@ -2,7 +2,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="DownKyi.CustomControl.CustomPager" xmlns:vmc="clr-namespace:DownKyi.CustomControl" - x:DataType="vmc:CustomPagerViewModel"> + x:DataType="vmc:CustomPagerViewModel" + x:CompileBindings="False"> diff --git a/DownKyi/Views/ViewMyBangumiFollow.axaml b/DownKyi/Views/ViewMyBangumiFollow.axaml index f646c6a..e8fe97a 100644 --- a/DownKyi/Views/ViewMyBangumiFollow.axaml +++ b/DownKyi/Views/ViewMyBangumiFollow.axaml @@ -20,14 +20,10 @@ Name="nameMediaPanel" Width="308" Height="140" - Margin="25,15,10,5"> - - - - - + Margin="25,15,10,5" + ColumnDefinitions="110,*"> @@ -95,21 +92,15 @@ - + + @@ -176,33 +167,24 @@ - + Foreground="{DynamicResource BrushTextDark}" + Text="{ReflectionBinding Title}" /> + - - + + + @@ -307,11 +289,11 @@ Foreground="{DynamicResource BrushTextDark}" IsChecked="{Binding IsSelectAll, Mode=TwoWay}" /> - + DataContext="{Binding Pager}" />