From ac2f0de24a154b235ca55999bbbf120f1c77f7d7 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期一, 26 九月 2022 14:03:38 +0800 Subject: [PATCH] 摄像机管理 添加独立场景 场景名称 input改 select --- 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