修复语言

This commit is contained in:
wyf
2025-11-17 10:07:07 +08:00
parent 4cc2b324fa
commit 46ee7969c4
11 changed files with 86 additions and 67 deletions

View File

@@ -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,
),
),