adaptation dark mode
This commit is contained in:
@ -45,7 +45,6 @@
|
||||
.location {
|
||||
flex: 1;
|
||||
color: #999;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
font-size: 24rpx;
|
||||
white-space: nowrap;
|
||||
@ -91,7 +90,7 @@
|
||||
z-index: 999;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
background: #FFF;
|
||||
background: var(--theme-bg-card);
|
||||
box-shadow: 0 -2rpx 20rpx rgba(0, 0, 0, .15);
|
||||
border-radius: 24rpx 24rpx 0 0;
|
||||
flex-direction: column;
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
longitude="{{centerLng}}"
|
||||
scale="{{scale}}"
|
||||
markers="{{markers}}"
|
||||
show-location
|
||||
bindmarkertap="onMarkerTap"
|
||||
bindcallouttap="onCalloutTap"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user