修复语言
This commit is contained in:
@@ -725,10 +725,10 @@ class _DeviceDataComponentWidgetState extends State<DeviceDataComponentWidget> {
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
0, 0.rpx, 0.rpx, 0), // 外部 padding 移到内部
|
||||
width: 28.rpx,
|
||||
height: 28.rpx,
|
||||
height: 24.rpx,
|
||||
child: SvgPicture.asset(
|
||||
'assets/img/icon/group.svg',
|
||||
fit: BoxFit.cover,
|
||||
fit: BoxFit.fill,
|
||||
color: Colors.white,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user