报修 房间选择
This commit is contained in:
@@ -55,8 +55,8 @@ class _SleepDataModuleWidgetState extends State<SleepDataModuleWidget> {
|
||||
var report = sleepReportController.sleepReport;
|
||||
List<Map<String, dynamic>> levelGroups = [];
|
||||
if (widget.sleepReportData != null) {
|
||||
report = widget.sleepReportData;
|
||||
}
|
||||
report.value = widget.sleepReportData;
|
||||
}
|
||||
if (report != null) {
|
||||
var colorMap =
|
||||
Map<String, dynamic>.from(report.value['info']['color']);
|
||||
|
||||
@@ -23,9 +23,7 @@ class ImgPreviewWidget extends GetView {
|
||||
constraints: BoxConstraints(
|
||||
minHeight: 140,
|
||||
),
|
||||
decoration: BoxDecoration(
|
||||
color: Colors.white,
|
||||
),
|
||||
decoration: BoxDecoration(),
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
@@ -35,7 +33,7 @@ class ImgPreviewWidget extends GetView {
|
||||
width: MediaQuery.sizeOf(context).width,
|
||||
height: MediaQuery.sizeOf(context).height * 0.116,
|
||||
decoration: BoxDecoration(
|
||||
color: Color(0xFFF3F5F6),
|
||||
color: Colors.transparent,
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
),
|
||||
child: ClipRRect(
|
||||
|
||||
Reference in New Issue
Block a user