更新
This commit is contained in:
@@ -57,13 +57,12 @@ class _TestWidgetState extends State<NullDataWidget> {
|
||||
alignment: AlignmentDirectional(0, 0),
|
||||
child: Text(
|
||||
'暂无数据'.tr,
|
||||
style: FlutterFlowTheme.of(context).bodyMedium.override(
|
||||
useGoogleFonts: false,
|
||||
fontFamily: "PingFangSC",
|
||||
letterSpacing: 0.0,
|
||||
fontSize: 26.rpx,
|
||||
color: themeController.currentColor.sc4,
|
||||
),
|
||||
style: TextStyle(
|
||||
fontFamily: "PingFangSC",
|
||||
letterSpacing: 0.0,
|
||||
fontSize: 26.rpx,
|
||||
color: themeController.currentColor.sc4,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user