From 64dd603dbbbee32ed085c7d2243a6928f489b378 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Tue, 13 May 2025 11:05:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20ele=20DocAlert=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=92=8C=20antd=20=E7=9A=84=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/doc-alert/doc-alert.vue | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/apps/web-ele/src/components/doc-alert/doc-alert.vue b/apps/web-ele/src/components/doc-alert/doc-alert.vue index 58b92b17..2d5a8040 100644 --- a/apps/web-ele/src/components/doc-alert/doc-alert.vue +++ b/apps/web-ele/src/components/doc-alert/doc-alert.vue @@ -23,16 +23,12 @@ const goToUrl = () => { }; -