diff --git a/pages.json b/pages.json index 85d9eecc5c62e075ea394d0989510490d770f19a..efd58668d232b6c1fbb12daf2984a383f6387708 100644 --- a/pages.json +++ b/pages.json @@ -23,10 +23,10 @@ "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF", "navigationStyle": "custom", - "backgroundColor": "transparent", + // "backgroundColor": "transparent", "app-plus": { "animationType": "fade-in", - "background": "transparent", + // "background": "transparent", "popGesture": "none", "titleNView":false // "navigationBarTitleText": "", diff --git a/pages/grid/grid.vue b/pages/grid/grid.vue index d3d9de8d88e846c45eaa47ebec058ebc495bb9b5..46fbcd3d02bac708fe2100a9d3b8dc3d38f824e1 100644 --- a/pages/grid/grid.vue +++ b/pages/grid/grid.vue @@ -214,7 +214,7 @@ display: flex; flex-direction: column; box-sizing: border-box; - background-color: #efeff4; + background-color: #fff; min-height: 100%; height: auto; } @@ -236,6 +236,12 @@ background-color: #ffffff; } + /* #endif */ + + /* #ifdef APP-NVUE */ + .warp{ + background-color: #fff; + } /* #endif */ .example-body { diff --git a/pages/list/detail.vue b/pages/list/detail.vue index 783fafafee8a846f002986ad72c498cb136a9c8c..7403ee9f6995caaa7d507cad06fc6b3b2256310a 100644 --- a/pages/list/detail.vue +++ b/pages/list/detail.vue @@ -203,7 +203,7 @@ } - \ No newline at end of file