|
@@ -10,7 +10,7 @@
|
|
|
<canvas id="floorCanvas" :width="canvasWidth" :height="canvasHeight" ref="canvas" tabindex="0"></canvas>
|
|
|
<!-- 初始两个按钮 -->
|
|
|
<el-row class="buttons-box">
|
|
|
- <div style="margin-right:10px" v-if="showOtherFlag">
|
|
|
+ <div style="margin-right:10px;width: 100%;margin-bottom: 10px" v-if="showOtherFlag">
|
|
|
<!-- 平面图其他分区 -->
|
|
|
<el-button type="primary" @click="addZoneBtn">添加分区</el-button>
|
|
|
<el-select v-model="OtherValue" placeholder="请选择分区类型" @change="changeOtherZone">
|