设备报修
This commit is contained in:
@@ -88,7 +88,7 @@ Widget MonthDataWidget(
|
||||
showLabel: sleepReport['scoreList']['type'],
|
||||
),
|
||||
SleepCard(
|
||||
sleepReport: sleepReport,
|
||||
sleepReport: sleepReport['cwl'],
|
||||
highlightItem: data['itemName'],
|
||||
),
|
||||
IndicatorCompareCard(
|
||||
|
||||
@@ -1065,7 +1065,7 @@ class _NewSleepReportPageState extends State<NewSleepReportPage> {
|
||||
child: Container(
|
||||
width: 30.rpx,
|
||||
height: 30.rpx,
|
||||
child: SvgPicture.asset('assets/img/icon/arrow_right.svg',
|
||||
child: SvgPicture.asset('assets/img/icon/arrow_right1.svg',
|
||||
color: isRightLimit.value
|
||||
? Color(0xFF929699)
|
||||
: Color(0xFFFFFFFF)),
|
||||
|
||||
Reference in New Issue
Block a user