From 59af55dc3e72f8f2655ae06af9d1b6f766bac423 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 20 三月 2026 16:02:19 +0800
Subject: [PATCH] 2026.3.20

---
 src/sfc/ExceptionText.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/sfc/ExceptionText.vue b/src/sfc/ExceptionText.vue
index 25d8bdf..8e919bf 100644
--- a/src/sfc/ExceptionText.vue
+++ b/src/sfc/ExceptionText.vue
@@ -35,7 +35,9 @@
 </script>
 
 <template>
-  <el-link @click="requestExceptionData" class="text"><slot /></el-link>
+  <el-tag type="info">
+    <el-link @click="requestExceptionData" class="text"><slot /></el-link>
+  </el-tag>
 </template>
 
 <style lang="scss" scoped>

--
Gitblit v1.9.3