From 9678a2512aca51c2ba5642316ab721d980901c7a Mon Sep 17 00:00:00 2001 From: JiangQiming <291854119@qq.com> Date: Thu, 23 Feb 2023 10:07:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=80=9A=E7=9F=A5=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8D=A1=E7=89=87=E5=9B=BE=E8=A1=A8=E5=AE=BD?= =?UTF-8?q?=E9=AB=98=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/notice/Config/index.vue | 8 +++++++- src/views/notice/Template/index.vue | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/views/notice/Config/index.vue b/src/views/notice/Config/index.vue index 3615919c..139f9473 100644 --- a/src/views/notice/Config/index.vue +++ b/src/views/notice/Config/index.vue @@ -48,10 +48,10 @@ @@ -429,3 +429,9 @@ const getActions = ( } }; + diff --git a/src/views/notice/Template/index.vue b/src/views/notice/Template/index.vue index 4edb02b8..36f24c9f 100644 --- a/src/views/notice/Template/index.vue +++ b/src/views/notice/Template/index.vue @@ -51,6 +51,7 @@ :src=" getLogo(slotProps.type, slotProps.provider) " + class="logo" /> @@ -388,3 +389,10 @@ const getActions = ( return actions; }; + +