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; }