fix:调整文本错误
This commit is contained in:
parent
5846c0914d
commit
d37e0c720f
@ -121,8 +121,13 @@ class _CustomSMSTemplateListPageState extends State<CustomSMSTemplateListPage> {
|
|||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
// Text(
|
||||||
|
// '${'当前状态'.tr}:${'试用中'.tr}',
|
||||||
|
// style: TextStyle(
|
||||||
|
// fontSize: 20.sp, fontWeight: FontWeight.w600),
|
||||||
|
// ),
|
||||||
Text(
|
Text(
|
||||||
'${'当前状态'.tr}:${'试用中'.tr}',
|
'该功能是高级功能,请开通后再使用'.tr,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 20.sp, fontWeight: FontWeight.w600),
|
fontSize: 20.sp, fontWeight: FontWeight.w600),
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user