From d4d6a2f166af30f961021f9ca50481edaefd9cbd Mon Sep 17 00:00:00 2001 From: xieyonghong <18010623010@163.com> Date: Mon, 10 Apr 2023 11:25:53 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4class=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rule-engine/Scene/Save/action/Notify/NotifyConfig.vue | 4 ++-- .../rule-engine/Scene/Save/action/Notify/NotifyTemplate.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/rule-engine/Scene/Save/action/Notify/NotifyConfig.vue b/src/views/rule-engine/Scene/Save/action/Notify/NotifyConfig.vue index 031f051d..a086a64d 100644 --- a/src/views/rule-engine/Scene/Save/action/Notify/NotifyConfig.vue +++ b/src/views/rule-engine/Scene/Save/action/Notify/NotifyConfig.vue @@ -37,7 +37,7 @@ :src=" getLogo(slotProps.type, slotProps.provider) " - class="logo" + class="notify-logo" /> @@ -186,7 +186,7 @@ watch( padding: 0; } -.logo { +.notify-logo { width: 88px; height: 88px; } diff --git a/src/views/rule-engine/Scene/Save/action/Notify/NotifyTemplate.vue b/src/views/rule-engine/Scene/Save/action/Notify/NotifyTemplate.vue index 066dbecd..d7837609 100644 --- a/src/views/rule-engine/Scene/Save/action/Notify/NotifyTemplate.vue +++ b/src/views/rule-engine/Scene/Save/action/Notify/NotifyTemplate.vue @@ -38,7 +38,7 @@ :src=" getLogo(slotProps.type, slotProps.provider) " - class="logo" + class="notify-logo" /> @@ -189,7 +189,7 @@ watch( padding: 0; } -.logo { +.notify-logo { width: 88px; height: 88px; }