This commit is contained in:
parent
dbdb6d7cea
commit
5fce2cdcce
|
@ -338,13 +338,13 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
overflow-y: auto;
|
// overflow-y: auto;
|
||||||
.bottom-item {
|
.bottom-item {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bottom2 {
|
.bottom2 {
|
||||||
margin-top: 10px;
|
margin-top: 15px;
|
||||||
// margin-top:10px;
|
// margin-top:10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: table;
|
display: table;
|
||||||
|
@ -361,7 +361,7 @@
|
||||||
}
|
}
|
||||||
.bottom-item {
|
.bottom-item {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
// overflow-y: auto;
|
||||||
background: rgba(0, 108, 188, 0.2);
|
background: rgba(0, 108, 188, 0.2);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin: 2px 5px;
|
margin: 2px 5px;
|
||||||
|
|
|
@ -191,7 +191,7 @@
|
||||||
{
|
{
|
||||||
map: 'qingdao',
|
map: 'qingdao',
|
||||||
aspectScale: 0.8,
|
aspectScale: 0.8,
|
||||||
roam: true, // 是否允许缩放
|
roam: false, // 是否允许缩放
|
||||||
zoom: 1.1, // 默认显示级别
|
zoom: 1.1, // 默认显示级别
|
||||||
top: 115,
|
top: 115,
|
||||||
z: 2,
|
z: 2,
|
||||||
|
|
Loading…
Reference in New Issue