Ver código fonte

修改添加分区位置

shaun-sheep 5 anos atrás
pai
commit
7fb1d6f556
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/business_space/newGraphy/graphy.vue

+ 1 - 1
src/components/business_space/newGraphy/graphy.vue

@@ -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">