.
This commit is contained in:
parent
7882ce6558
commit
eabd55580e
@ -24,7 +24,9 @@
|
|||||||
<i class="iconfont icon-dingwei"></i>
|
<i class="iconfont icon-dingwei"></i>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="tdt">
|
||||||
|
<image src="../static/images/map/logo.png"></image>GS(2024)0568号 - 甲测资字1100471
|
||||||
|
</view>
|
||||||
<!-- 地块选择 -->
|
<!-- 地块选择 -->
|
||||||
<custom-select-land ref="landRef" :data="ijs.companys" :defaultSelect="ijs.land" @getLand="getLand"
|
<custom-select-land ref="landRef" :data="ijs.companys" :defaultSelect="ijs.land" @getLand="getLand"
|
||||||
@select="landChange" />
|
@select="landChange" />
|
||||||
@ -806,7 +808,7 @@
|
|||||||
});
|
});
|
||||||
// // 创建一个新的归因控件实例
|
// // 创建一个新的归因控件实例
|
||||||
// var attribution = L.control.attribution({
|
// var attribution = L.control.attribution({
|
||||||
// position: 'bottomleft', // 设置位置,可选值有 'topleft', 'topright', 'bottomleft', 'bottomright'
|
// position: 'bottomright', // 设置位置,可选值有 'topleft', 'topright', 'bottomleft', 'bottomright'
|
||||||
// });
|
// });
|
||||||
// // 添加多个归因文本
|
// // 添加多个归因文本
|
||||||
// attribution.addAttribution('天地图');
|
// attribution.addAttribution('天地图');
|
||||||
@ -1133,10 +1135,8 @@
|
|||||||
// right: 55px !important;
|
// right: 55px !important;
|
||||||
// top: 20% !important;
|
// top: 20% !important;
|
||||||
// }
|
// }
|
||||||
::v-deep .leaflet-control-attribution{
|
::v-deep .leaflet-control-attribution {
|
||||||
a{
|
a {}
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 文字 */
|
/* 文字 */
|
||||||
@ -1176,6 +1176,13 @@
|
|||||||
// fill: currentColor;
|
// fill: currentColor;
|
||||||
// overflow: hidden;
|
// overflow: hidden;
|
||||||
// }
|
// }
|
||||||
|
.tdt {font-size: 12px;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1100;
|
||||||
|
bottom: 10px;
|
||||||
|
left: 10px;
|
||||||
|
uni-image{width: 53px;height: 22px;vertical-align: middle;margin-right: 5px;}
|
||||||
|
}
|
||||||
|
|
||||||
.below {
|
.below {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user