hyzp_ybqx-Commit180:优化页面布局,解决装饰文字越界问题

master
WinUser01 3 years ago
parent c2660b5e22
commit 538dc3e6c5

@ -883,7 +883,7 @@ Widget getImageWidget() {
color: Color.fromRGBO(49, 216, 123, 1),
fontWeight: FontWeight.bold)),
),
SizedBox(height: ScreenUtil().setHeight(copyright_info.contains('\n') ? 25 : 90)),
SizedBox(height: ScreenUtil().setHeight(copyright_info.contains('\n') ? 25 : 70)),
Container(
alignment: Alignment.center,
child: Text(copyright_info,

Loading…
Cancel
Save