From edef6ae8f59823258ce610c9074d32e698958b51 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期四, 28 七月 2022 15:30:44 +0800 Subject: [PATCH] 本地图片适配 --- 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