This commit is contained in:
parent
5e752e5ab9
commit
a3774557d1
|
@ -11,8 +11,8 @@
|
|||
</li>
|
||||
<li>
|
||||
<img style="vertical-align: middle" src="@/views/page/indeximag/ddh.png" alt="" />
|
||||
<!-- <router-link active-class="ist" style="color: #b2b6c3; padding: 10px 18px; margin-left: 10px; vertical-align: middle; font-weight: bold" to="/index/offlinemap">安保力量</router-link> -->
|
||||
<router-link active-class="ist" style="color: #b2b6c3; padding: 10px 18px; margin-left: 10px; vertical-align: middle; font-weight: bold" to="/index/index">安保力量</router-link>
|
||||
<router-link active-class="ist" style="color: #b2b6c3; padding: 10px 18px; margin-left: 10px; vertical-align: middle; font-weight: bold" to="/index/offlinemap">安保力量</router-link>
|
||||
<!-- <router-link active-class="ist" style="color: #b2b6c3; padding: 10px 18px; margin-left: 10px; vertical-align: middle; font-weight: bold" to="/index/index">安保力量</router-link> -->
|
||||
</li>
|
||||
<li>
|
||||
<img style="vertical-align: middle" src="@/views/page/indeximag/ddh.png" alt="" />
|
||||
|
|
|
@ -2139,73 +2139,4 @@ iframe {
|
|||
:deep(.warnEventInfoWindow > p > img) {
|
||||
width: 100%;
|
||||
}
|
||||
// 弹窗样式修改
|
||||
|
||||
// :deep(.leaflet-popup-content-wrapper) {
|
||||
// background: #07315e !important;
|
||||
// width: 500px;
|
||||
// color: #fff !important;
|
||||
// font-size: 14px;
|
||||
// }
|
||||
|
||||
// :deep(.leaflet-popup-content) {
|
||||
// width: calc(100% - 40px) !important;
|
||||
// }
|
||||
|
||||
// :deep(.leaflet-popup-content > div) {
|
||||
// width: 100%;
|
||||
// }
|
||||
|
||||
// :deep(.leaflet-popup-content .sb_bInfo) {
|
||||
// width: 100%;
|
||||
// }
|
||||
|
||||
// :deep(.leaflet-popup-content p) {
|
||||
// margin: 10px 0 !important;
|
||||
// }
|
||||
|
||||
// :deep(.sb_grade > div > div) {
|
||||
// float: left;
|
||||
// width: 16%;
|
||||
// margin-top: 3px;
|
||||
// }
|
||||
|
||||
// :deep(.sb_grade > div > div > p) {
|
||||
// line-height: 20px;
|
||||
// }
|
||||
|
||||
// :deep(.schoolWindowInfo .sb_grade) {
|
||||
// margin-top: 10px;
|
||||
// }
|
||||
|
||||
// :deep(.leaflet-popup-content-wrapper),
|
||||
// :deep(.leaflet-popup-tip) {
|
||||
// background: #07315e !important;
|
||||
// }
|
||||
|
||||
// :deep(.leaflet-popup-close-button) {
|
||||
// color: #fff !important;
|
||||
// width: 30px !important;
|
||||
// height: 30px !important;
|
||||
// font-size: 30px !important;
|
||||
// }
|
||||
|
||||
// :deep(.warnEventInfoWindow) {
|
||||
// overflow: hidden;
|
||||
// }
|
||||
|
||||
// :deep(.warnEventInfoWindow > p) {
|
||||
// float: left;
|
||||
// width: 120px;
|
||||
// }
|
||||
|
||||
// :deep(.warnEventInfoWindow > div) {
|
||||
// float: left;
|
||||
// width: calc(100% - 130px);
|
||||
// margin-left: 10px;
|
||||
// }
|
||||
|
||||
// :deep(.warnEventInfoWindow > p > img) {
|
||||
// width: 100%;
|
||||
// }
|
||||
</style>
|
||||
|
|
|
@ -1413,8 +1413,8 @@ const initMap = () => {
|
|||
|
||||
// state.map = L.map(state.id).setView([longitude, latitude], 15)
|
||||
state.map = L.map(state.id, {
|
||||
center: [28.19, 113.03],
|
||||
// center: [latitude, longitude],
|
||||
// center: [28.19, 113.03],
|
||||
center: [latitude, longitude],
|
||||
zoom: 12,
|
||||
attributionControl: false,
|
||||
zoomControl: false,
|
||||
|
|
Loading…
Reference in New Issue