wangjuncheng
10 天以前 4dc0f83e69f946c8f8c1720ff8904ba444bf5437
src/views/left/KGSim.vue
@@ -13,10 +13,10 @@
    <div class="engineering-buttons">
      <p>治理工程标绘</p>
      <el-button type="primary" @click="toggleDitch">
        {{ ditchingActive ? "关闭开沟" : "开启开沟" }}
        {{ ditchingActive ? "关闭土方开挖" : "开启土方开挖" }}
      </el-button>
      <el-button type="primary" @click="toggleDam">
        {{ damActive ? "关闭加坝" : "开启加坝" }}
        {{ damActive ? "关闭增加拦挡坝" : "开启增加拦挡坝" }}
        </el-button>
    </div>
@@ -162,7 +162,7 @@
.engineering-buttons {
  .el-button {
    width: 100px;
    width: 48%;
  }
}