ZZJ
2022-07-28 edef6ae8f59823258ce610c9074d32e698958b51
src/views/hashrate/CameraManage/CameraRules/components/LinkageCameraBox.vue
@@ -48,7 +48,7 @@
      </div>
    </div>
    <div class="footer">
      <div class="button addModel">添加到模板</div>
      <!-- <div class="button addModel">添加到模板</div> -->
      <div class="button addRule" @click="addRule">添加新场景</div>
    </div>
  </div>
@@ -320,9 +320,10 @@
  .footer {
    box-sizing: border-box;
    padding: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e9ebee;
    .addModel {