修改功能
This commit is contained in:
parent
c569c82d55
commit
a93c7fd8de
@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
|
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>27_earth_web</title>
|
<title>bmh_cesium</title>
|
||||||
<script type="text/javascript" src="/lib/include-lib.js" libpath="lib/" include="jquery,jquery.range,bootstrap,bootstrap-checkbox,font-awesome,web-icons,layer,haoutil,nprogress,toastr,admui,turf,xjsdk"></script>
|
<script type="text/javascript" src="/lib/include-lib.js" libpath="lib/" include="jquery,jquery.range,bootstrap,bootstrap-checkbox,font-awesome,web-icons,layer,haoutil,nprogress,toastr,admui,turf,xjsdk"></script>
|
||||||
<script type="text/javascript" src="/jmmap/JmMap.js"></script>
|
<script type="text/javascript" src="/jmmap/JmMap.js"></script>
|
||||||
<script type="text/javascript" src="/cesiumvectortile/dist/CesiumVectorTile.js"></script>
|
<script type="text/javascript" src="/cesiumvectortile/dist/CesiumVectorTile.js"></script>
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div style="position: absolute; top: 120px; left: 40px; width: 15%; height: 70%;background: #483e3e;border-radius: 6px;border: 1px solid red;">
|
<div style="position: absolute; top: 120px; left: 40px; width: 15%; height: 70%;background: #483e3e;border-radius: 6px;border: 1px solid red;">
|
||||||
<div style="height: 50px; border-bottom: 1px solid red;">
|
<div style="height: 50px; border-bottom: 1px solid red;">
|
||||||
<span style="font-size: 30px; color: #fff; margin-left: 15px;">27_earth_web</span>
|
<span style="font-size: 30px; color: #fff; margin-left: 15px;">bmh_cesium</span>
|
||||||
<span style="font-size: 30px; color: #fff; margin-right: 15px;float: right;cursor: pointer;">X</span>
|
<span style="font-size: 30px; color: #fff; margin-right: 15px;float: right;cursor: pointer;">X</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="height: calc(100% - 100px);">
|
<div style="height: calc(100% - 100px);">
|
||||||
<p style="font-size: 30px; color: #fff; margin-left: 30px;" v-if="btntype == 1">27_earth_web111</p>
|
<p style="font-size: 30px; color: #fff; margin-left: 30px;" v-if="btntype == 1">bmh_cesium111</p>
|
||||||
<p style="font-size: 30px; color: #fff; margin-left: 30px;" v-if="btntype == 2">27_earth_web222</p>
|
<p style="font-size: 30px; color: #fff; margin-left: 30px;" v-if="btntype == 2">bmh_cesium222</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="height: 50px; border-top: 1px solid red;" class="bottomClass">
|
<div style="height: 50px; border-top: 1px solid red;" class="bottomClass">
|
||||||
|
Loading…
Reference in New Issue
Block a user