Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
map-demo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-02-26 17:43:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5021988fc395a8c1a253fd231011ac0b456f240e
5021988f
1 parent
28ab2818
fix 调整经纬度复制项的高度
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/views/mapCutter.vue
src/views/mapCutter.vue
View file @
5021988
<!--
* @Date: 2025-01-22 11:40:12
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-02-26 17:
35:21
* @LastEditTime: 2025-02-26 17:
41:37
* @FilePath: /map-demo/src/views/mapCutter.vue
* @Description: 文件描述
-->
...
...
@@ -15,7 +15,7 @@
@blur="onCenterBlur"
/>
</div> -->
<div style="display: flex; padding: 1rem; gap: 1rem;">
<div style="display: flex; padding: 1rem; gap: 1rem;
position: relative;
">
<div style="display: flex; align-items: center;">
<div>地图中心坐标: </div>
<el-input
...
...
@@ -67,6 +67,10 @@
<input ref="fileInput" type="file" @change="handleImageUpload" style="display: none" />
<el-button type="primary" @click="cutTiles">切割瓦片</el-button>
</div>
<div v-if="log_lnglat" style="position: fixed; top: 5rem; left: 1rem; color: black; background-color: white; padding: 1rem; z-index: 9;">
<div style=" display: flex; align-items: center; justify-content: center;">经纬度:{{ log_lnglat }} <el-button @click="copyText(log_lnglat)" type="primary" :icon="Brush" size="small">复制</el-button></div>
</div>
</div>
<div id="map-container"></div>
<div>
...
...
@@ -83,10 +87,6 @@
<el-button type="primary" @click="rotateMap(-10)">地图逆时针旋转</el-button>
</div> -->
<div v-if="log_lnglat" style="position: fixed; top: 8rem; left: 1rem; color: black; background-color: white; padding: 1rem;">
<div style=" display: flex; align-items: center; justify-content: center;">经纬度:{{ log_lnglat }} <el-button @click="copyText(log_lnglat)" type="primary" :icon="Brush" size="small">复制</el-button></div>
</div>
<div v-if="showUpload && imageURL" class="controls-container">
<!-- 遥控器界面 -->
<div class="remote-control">
...
...
Please
register
or
login
to post a comment