This commit is contained in:
王丹 2025-01-14 11:14:24 +08:00
parent 7882ce6558
commit eabd55580e

View File

@ -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>GS20240568 - 甲测资字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('');
@ -1134,9 +1136,7 @@
// 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;