|
|
@@ -23,7 +23,7 @@ class IntimacyAnalysePage extends BasePage<IntimacyAnalyseController> {
|
|
|
|
|
|
@override
|
|
|
backgroundColor() {
|
|
|
- return Colors.transparent;
|
|
|
+ return Colors.white;
|
|
|
}
|
|
|
|
|
|
static start() {
|
|
|
@@ -53,7 +53,6 @@ class IntimacyAnalysePage extends BasePage<IntimacyAnalyseController> {
|
|
|
return Container(
|
|
|
// 导航栏高度
|
|
|
height: MediaQuery.of(Get.context!).padding.top,
|
|
|
- color: backgroundColor(),
|
|
|
);
|
|
|
}
|
|
|
|