|
|
|
@ -548,9 +548,15 @@ class _AddInvoicesTitle extends State<AddInvoicesTitle> {
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
child: Container( |
|
|
|
|
padding: EdgeInsets.symmetric(vertical: 20.h), |
|
|
|
|
color: Color(0xff32A060), |
|
|
|
|
margin: EdgeInsets.only(bottom:25.h,left:20.w,right: 20.w), |
|
|
|
|
padding: EdgeInsets.symmetric(vertical:16.h), |
|
|
|
|
width: double.infinity, |
|
|
|
|
decoration: BoxDecoration( |
|
|
|
|
color: Color(0xff32A060), |
|
|
|
|
borderRadius: BorderRadius.circular( |
|
|
|
|
45 |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
alignment: Alignment.center, |
|
|
|
|
child: Text( |
|
|
|
|
S.of(context).baocun, |
|
|
|
|