Commit 43f6782e authored by 林生雨's avatar 林生雨

Merge branch 'zcc/flutter' into 'test'

Zcc/flutter

See merge request !52
parents d9cb642b 966fb05c
...@@ -189,6 +189,7 @@ class PlanCompareDetailPageState extends BaseState<PlanCompareDetailPage> { ...@@ -189,6 +189,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