From 9bfdf6ecef01397978c140aa4fbd8c4840d894fb Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期二, 15 八月 2023 13:04:35 +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