Skip to content

Commit ac3cf62

Browse files
committed
<map> 修改占位默认背景色
1 parent d584ac7 commit ac3cf62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/API/map/map.nvue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
.map {
406406
width: 750rpx;
407407
height: 250px;
408-
background-color: #666666;
408+
background-color: #f0f0f0;
409409
}
410410

411411
.scrollview {

pages/component/map/map.nvue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
.map {
310310
width: 750rpx;
311311
height: 250px;
312-
background-color: #666666;
312+
background-color: #f0f0f0;
313313
}
314314

315315
.scrollview {

0 commit comments

Comments
 (0)