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

Commit c370727c by 李梓桢

图层修改页面

parent 4d60b8bf
......@@ -52,10 +52,10 @@
<!-- // 改变中心点-->
<el-button-group style="margin-right: 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>X:</a>
<el-input type="text" style="width: 50px;" v-model="centerX"></el-input>
<a>Y:</a>
<el-input type="text" style="width: 50px" v-model="centerY"></el-input>
<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>
<div style="margin-top: 10px"></div>
......
......@@ -54,10 +54,10 @@
<div style="margin-top: 5px"></div>
<el-button-group style="margin-right: 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>X:</a>
<el-input type="text" style="width: 50px;" v-model="centerX"></el-input>
<a>Y:</a>
<el-input type="text" style="width: 50px" v-model="centerY"></el-input>
<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>
<div style="margin-top: 10px"></div>
......
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