Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
hemei
Commits
5c4df9b1
Commit
5c4df9b1
authored
Apr 17, 2020
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 产品界面补偿无法弹出
parent
25dcf04c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
PgProfileBlowing.xaml
....Thick.Blowing/FLY.Thick.Blowing.UI/PgProfileBlowing.xaml
+3
-2
No files found.
Project.FLY.Thick.Blowing/FLY.Thick.Blowing.UI/PgProfileBlowing.xaml
View file @
5c4df9b1
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
xmlns:local="clr-namespace:FLY.Thick.Blowing.UI.Fix.Client"
xmlns:local="clr-namespace:FLY.Thick.Blowing.UI.Fix.Client"
mc:Ignorable="d"
mc:Ignorable="d"
d:DesignHeight="1024" d:DesignWidth="1280" Background="WhiteSmoke"
d:DesignHeight="1024" d:DesignWidth="1280" Background="WhiteSmoke"
d:DataContext="{d:DesignInstance local:PgProfileBlowingVm}">
d:DataContext="{d:DesignInstance local:PgProfileBlowingVm}"
x:Name="page">
<Page.Resources>
<Page.Resources>
<ResourceDictionary>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary.MergedDictionaries>
...
@@ -90,7 +91,7 @@
...
@@ -90,7 +91,7 @@
</StackPanel>
</StackPanel>
</StackPanel>
</StackPanel>
<StackPanel Orientation="Horizontal" >
<StackPanel Orientation="Horizontal" >
<Button Style="{StaticResource ButtonStyle_paramSection}" Command="{Binding
AhelperCmd
}">
<Button Style="{StaticResource ButtonStyle_paramSection}" Command="{Binding
DataContext.AhelperCmd,ElementName=page
}">
<TextBlock Text="补偿" />
<TextBlock Text="补偿" />
</Button>
</Button>
<StackPanel Margin="{StaticResource ControlMargin}">
<StackPanel Margin="{StaticResource ControlMargin}">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment