|
@@ -225,7 +225,16 @@
|
|
|
<div v-if="showMeasureTip" class="measure-tip">{{ measureTipText }}</div>
|
|
<div v-if="showMeasureTip" class="measure-tip">{{ measureTipText }}</div>
|
|
|
</div> -->
|
|
</div> -->
|
|
|
|
|
|
|
|
- <div v-if="isMobile == true" style="position:fixed; right: 0px;top:60px">
|
|
|
|
|
|
|
+ <div v-if="isMobile == true" style="position:fixed; right: 0px;top:60px;justify-content: space-between;display: flex;">
|
|
|
|
|
+
|
|
|
|
|
+ <button
|
|
|
|
|
+ :class="isAreaBuffFlag == true ? 'operation-button active' : 'operation-button'"
|
|
|
|
|
+ @click="toggleBuffMode"
|
|
|
|
|
+ >
|
|
|
|
|
+ <img class="operation-icon" :src="isAreaBuffFlag == false ? operationAllImg.hnw : operationAllImg.hnw_check"/>
|
|
|
|
|
+ <span :class="isAreaBuffFlag == true ? 'measure-text active' : 'measure-text'">虹桥海纳湾</span>
|
|
|
|
|
+ </button>
|
|
|
|
|
+
|
|
|
<button
|
|
<button
|
|
|
v-if="URLParams.type == 3 || URLParams.type == undefined"
|
|
v-if="URLParams.type == 3 || URLParams.type == undefined"
|
|
|
:class="isDraw == true ? 'operation-button active' : 'operation-button'"
|
|
:class="isDraw == true ? 'operation-button active' : 'operation-button'"
|
|
@@ -249,6 +258,7 @@
|
|
|
|
|
|
|
|
<div class="operation-control" ref="control">
|
|
<div class="operation-control" ref="control">
|
|
|
<button
|
|
<button
|
|
|
|
|
+ v-if="isMobile == false"
|
|
|
:class="isAreaBuffFlag == true ? 'operation-button active' : 'operation-button'"
|
|
:class="isAreaBuffFlag == true ? 'operation-button active' : 'operation-button'"
|
|
|
@click="toggleBuffMode"
|
|
@click="toggleBuffMode"
|
|
|
>
|
|
>
|
|
@@ -293,7 +303,6 @@
|
|
|
<span :class="showBuildingLayer == true ? 'measure-text active' : 'measure-text'">楼宇</span>
|
|
<span :class="showBuildingLayer == true ? 'measure-text active' : 'measure-text'">楼宇</span>
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
|
-
|
|
|
|
|
<button
|
|
<button
|
|
|
:class="isClearCejuFlag == true ? 'operation-button active' : 'operation-button'"
|
|
:class="isClearCejuFlag == true ? 'operation-button active' : 'operation-button'"
|
|
|
@click="toggleMeasureMode"
|
|
@click="toggleMeasureMode"
|