|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div style="width:100%;height:100%;position:relative">
|
|
|
<headerdiv ref="headerDiv" :currentindexP = currentindexNew></headerdiv>
|
|
|
- <div style="display:fix;">
|
|
|
+ <div style="display:fix;flex-direction:row">
|
|
|
<div style="width:25%;height:100%;display: inline-flex;">
|
|
|
<div style="width:100%">
|
|
|
<div class="divtitle" style="margin-top:0.5rem">
|
|
@@ -57,10 +57,10 @@
|
|
|
|
|
|
|
|
|
</div>
|
|
|
- <div style="width:50%;height:95%;position:absolute;display: inline-flex;">
|
|
|
+ <div style="width:48%;height:95%;position:absolute;display: inline-flex;">
|
|
|
<mapdiv ref="mapdiv" style=""></mapdiv>
|
|
|
</div>
|
|
|
- <div style="width:25%;height:100%;margin-left:96rem;display: inline-flex;">
|
|
|
+ <div style="width:25%;height:100%;margin-left:92rem;display: inline-flex;">
|
|
|
<div style="width:100%;padding-left:1rem">
|
|
|
<div class="divtitle" style="margin-top:1.5rem">
|
|
|
<img src="../../assets/images/icon.png" style="width:1.8rem;height:1.8rem;margin-top:0.3rem"/>
|