From f2ef9272ed076bdca33d21b39bcc671e576553b3 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期二, 27 九月 2022 11:30:04 +0800
Subject: [PATCH] 添加场景的 时间段的添加编辑删除 加请求字段devid

---
 src/views/hashrate/CameraManage/CameraRules/components/CameraBox.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/hashrate/CameraManage/CameraRules/components/CameraBox.vue b/src/views/hashrate/CameraManage/CameraRules/components/CameraBox.vue
index 1247b70..cd4e442 100644
--- a/src/views/hashrate/CameraManage/CameraRules/components/CameraBox.vue
+++ b/src/views/hashrate/CameraManage/CameraRules/components/CameraBox.vue
@@ -48,7 +48,7 @@
       </div>
 
       <div class="footer">
-        <div class="button addModel">娣诲姞鍒版ā鏉�</div>
+        <!-- <div class="button addModel">娣诲姞鍒版ā鏉�</div> -->
         <div class="button addRule" @click="addRule">娣诲姞鏂板満鏅�</div>
       </div>
     </div>
@@ -275,8 +275,9 @@
 
   .footer {
     box-sizing: border-box;
-    padding: 10px;
+    padding: 5px;
     display: flex;
+    justify-content: center;
     align-items: center;
 
     .addModel {

--
Gitblit v1.8.0