文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit eeb00e3b by 李梓桢

图层标注改变中心点修改

parent 77c01d08
......@@ -81,10 +81,10 @@
<!-- // 改变中心点-->
<div style="margin-left: 5px ; line-height: 30px;vertical-align: middle">
<el-button class="tool-button" type="primary" style="background-color:#ecf5ff;color: rgba(51, 135, 255, 0.76);
border: 1px solid #cadcee;margin-right: 10px;font-size: 12px;padding: 10px 20px;" @click="setCenter()">改变中心点</el-button>
<a>纬度:</a>
<el-input type="text" style="width: 40px;" v-model="centerX"></el-input>
border: 1px solid #cadcee;margin-right: 10px;font-size: 12px;padding: 10px 20px;" @click="jumpByPosition(centerX,centerY)">改变中心点</el-button>
<a>经度:</a>
<el-input type="text" style="width: 40px;" v-model="centerX"></el-input>
<a>纬度:</a>
<el-input type="text" style="width: 40px" v-model="centerY"></el-input>
</div>
<div style="margin-top: 10px"></div>
......
......@@ -81,10 +81,10 @@
<!-- // 改变中心点-->
<div style="margin-left: 5px ; line-height: 30px;vertical-align: middle">
<el-button class="tool-button" type="primary" style="background-color:#ecf5ff;color: rgba(51, 135, 255, 0.76);
border: 1px solid #cadcee;margin-right: 10px;font-size: 12px;padding: 10px 20px;" @click="setCenter()">改变中心点</el-button>
<a>纬度:</a>
<el-input type="text" style="width: 40px;" v-model="centerX"></el-input>
border: 1px solid #cadcee;margin-right: 10px;font-size: 12px;padding: 10px 20px;" @click="jumpByPosition(centerX,centerY)">改变中心点</el-button>
<a>经度:</a>
<el-input type="text" style="width: 40px;" v-model="centerX"></el-input>
<a>纬度:</a>
<el-input type="text" style="width: 40px" v-model="centerY"></el-input>
</div>
<div style="margin-top: 10px"></div>
......
......@@ -40,10 +40,10 @@
<div class="img-list-title" style="text-align:center;font-size: 14px;height: 30px;line-height: 30px">工具栏</div>
<div style="margin-top: 10px;margin-left: 10px"></div>
<el-button-group style="margin-left: 10px ; line-height: 30px;vertical-align: middle">
<el-button class="tool-button" type="primary" style="margin-right: 10px;font-size: 12px;padding: 10px 20px;" @click="setCenter()">改变中心点</el-button>
<a>纬度:</a>
<el-input type="text" style="width: 40px;" v-model="centerX"></el-input>
<el-button class="tool-button" type="primary" style="margin-right: 10px;font-size: 12px;padding: 10px 20px;" @click="jumpByPosition(centerX,centerY)">改变中心点</el-button>
<a>经度:</a>
<el-input type="text" style="width: 40px;" v-model="centerX"></el-input>
<a>纬度:</a>
<el-input type="text" style="width: 40px" v-model="centerY"></el-input>
</el-button-group>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment