From 9ba706f594356dc3b2315c14dd8a521426331bab Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期三, 16 八月 2023 09:03:29 +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