.
This commit is contained in:
parent
e3d2c4307d
commit
57a51585d2
@ -11,15 +11,16 @@
|
||||
:change:landMap="leaflet.drawEmitHandler" :davice="mapObj.davice" :change:davice="leaflet.markerEmitHandler"
|
||||
:updateMarker="mapObj.updateMarker" :change:updateMarker="leaflet.updateMarkerEmitHandler" />
|
||||
<!-- 图层 -->
|
||||
<view class="above">
|
||||
<!-- <view class="above">
|
||||
|
||||
</view> -->
|
||||
<!-- 工具 -->
|
||||
<view class="below">
|
||||
<view @click="mapObj.showMapType = true">
|
||||
<i class="iconfont icon-tuceng">
|
||||
<span></span>
|
||||
</i>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 工具 -->
|
||||
<view class="below">
|
||||
<view>
|
||||
<i class="iconfont icon-dingwei"></i>
|
||||
</view>
|
||||
@ -1085,34 +1086,34 @@
|
||||
}
|
||||
|
||||
// 图层
|
||||
.above {
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
z-index: 1100;
|
||||
width: 35px;
|
||||
min-height: 35px;
|
||||
top: 15%;
|
||||
right: 10px;
|
||||
transform: translateY(-50%);
|
||||
// .above {
|
||||
// background-color: #fff;
|
||||
// border-radius: 5px;
|
||||
// position: absolute;
|
||||
// z-index: 1100;
|
||||
// width: 35px;
|
||||
// min-height: 35px;
|
||||
// top: 15%;
|
||||
// right: 10px;
|
||||
// transform: translateY(-50%);
|
||||
|
||||
&>view {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
height: 35px;
|
||||
// &>view {
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
// justify-content: center;
|
||||
// flex-direction: column;
|
||||
// height: 35px;
|
||||
|
||||
i {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
// i {
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
|
||||
span {
|
||||
font-size: 9px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// span {
|
||||
// font-size: 9px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
.below {
|
||||
position: absolute;
|
||||
@ -1141,8 +1142,6 @@
|
||||
/* 图层弹出 */
|
||||
.layer {
|
||||
padding: 10px;
|
||||
position: absolute;
|
||||
z-index: 1200;
|
||||
background-color: #eff0f5;
|
||||
width: 100%;
|
||||
border-radius: 10px 10px 0 0;
|
||||
@ -1183,7 +1182,7 @@
|
||||
}
|
||||
|
||||
.title {
|
||||
padding: 0 10px 10px 10px;
|
||||
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
Loading…
Reference in New Issue
Block a user