perf: 优化高德地图

This commit is contained in:
奔跑的面条
2022-10-29 17:14:47 +08:00
parent 38f92febb7
commit 112138fdc5
9 changed files with 386 additions and 215 deletions
@@ -73,6 +73,7 @@
<n-text>SQL 类型不支持 Get 请求,请使用其它方式</n-text>
</template>
<template v-else>
<n-tag type="warning">需要后台提供专门处理 sql 的接口</n-tag>
<setting-item-box name="键名">
<n-tag type="primary" :bordered="false" style="width: 40px; font-size: 16px"> sql </n-tag>
</setting-item-box>
@@ -274,7 +274,7 @@ $asideBottom: 70px;
flex-direction: column-reverse;
height: auto;
right: 20px;
padding: 20px 8px;
padding: 30px 8px;
bottom: $asideBottom;
overflow: hidden;
transition: height ease 0.4s;