Commit 1d94117c authored by 朱翠翠's avatar 朱翠翠

UI走查

parent 376e160a
...@@ -190,6 +190,7 @@ class PlanCompareDetailPageState extends BaseState<PlanCompareDetailPage> { ...@@ -190,6 +190,7 @@ class PlanCompareDetailPageState extends BaseState<PlanCompareDetailPage> {
)), )),
Positioned( Positioned(
left: index == 0 ? 12 : 17.5, left: index == 0 ? 12 : 17.5,
right: index == 0 ? 12 : 6,
top: 16, top: 16,
child: Container( child: Container(
width: (screenWidth - 30 - 11) / 2, width: (screenWidth - 30 - 11) / 2,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment