From 4df7821ba212d4c62069e551194512519f325ec3 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期六, 22 一月 2022 12:51:12 +0800 Subject: [PATCH] Update:顧問流程樣式修改 - agenda --- PAMapp/components/Interview/InterviewRecordCard.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Interview/InterviewRecordCard.vue b/PAMapp/components/Interview/InterviewRecordCard.vue index a02c7a6..9baae4b 100644 --- a/PAMapp/components/Interview/InterviewRecordCard.vue +++ b/PAMapp/components/Interview/InterviewRecordCard.vue @@ -70,6 +70,8 @@ justify-content: center; align-items: center; align-content: center; + background-color:#1B365D; + color: #fff; } } } @@ -93,4 +95,4 @@ margin-left: 13px; margin-top: 10px; } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0