From 60076cbbe1da6cc8ed3a4ebb8f67e92ea9be9e4a Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期二, 15 八月 2023 16:02:58 +0800
Subject: [PATCH] 设置按钮的加载效果

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

diff --git a/src/sfc/ExceptionText.vue b/src/sfc/ExceptionText.vue
index c08b719..e93e9ce 100644
--- a/src/sfc/ExceptionText.vue
+++ b/src/sfc/ExceptionText.vue
@@ -28,9 +28,11 @@
 </script>
 
 <template>
-  <el-link @click="requestExceptionData"><slot/></el-link>
+  <el-link @click="requestExceptionData" class="text"><slot/></el-link>
 </template>
 
 <style lang="scss" scoped>
-
+.text {
+  color: #000000;
+}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3