From 458f7fed791b6e7c64096d810c961cea441bd772 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期二, 02 十一月 2021 17:44:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- PAMapp/components/SwiperConsultantCard.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/SwiperConsultantCard.vue b/PAMapp/components/SwiperConsultantCard.vue index 3ff38c3..a842e92 100644 --- a/PAMapp/components/SwiperConsultantCard.vue +++ b/PAMapp/components/SwiperConsultantCard.vue @@ -37,10 +37,10 @@ &:before { content: '\2605'; - color: #ED1B2E; + color: $PRIMARY_RED; margin-right: 10px; font-size: 15px; } } } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0