From 61cc8ff0be35159d85b3a01b9b22526bb7f3a0ea Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期二, 14 十一月 2023 09:47:31 +0800
Subject: [PATCH] 等级颜色
---
src/views/analyse/applyReview/components/reportDialog.vue | 8 ++++----
src/views/analyse/assessApply/components/reportDialog.vue | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/analyse/applyReview/components/reportDialog.vue b/src/views/analyse/applyReview/components/reportDialog.vue
index 38ed33b..58b2d1c 100644
--- a/src/views/analyse/applyReview/components/reportDialog.vue
+++ b/src/views/analyse/applyReview/components/reportDialog.vue
@@ -605,16 +605,16 @@
margin-left: 20px;
}
.tag-bg1 {
- background: rgba(255,0,0,0.5);
+ background: rgba(255,0,0,0.65);
}
.tag-bg2 {
- background: rgba(248,82,8,0.5);
+ background: rgba(248,82,8,0.65);
}
.tag-bg3 {
- background: rgba(247,255,0,0.5);
+ background: rgba(247,255,0,0.65);
}
.tag-bg4 {
- background: rgba(0,112,192,0.5);
+ background: rgba(0,112,192,0.65);
}
diff --git a/src/views/analyse/assessApply/components/reportDialog.vue b/src/views/analyse/assessApply/components/reportDialog.vue
index 1588b5b..d58e482 100644
--- a/src/views/analyse/assessApply/components/reportDialog.vue
+++ b/src/views/analyse/assessApply/components/reportDialog.vue
@@ -594,16 +594,16 @@
margin-left: 20px;
}
.tag-bg1 {
- background: rgba(255,0,0,0.5);
+ background: rgba(255,0,0,0.65);
}
.tag-bg2 {
- background: rgba(248,82,8,0.5);
+ background: rgba(248,82,8,0.65);
}
.tag-bg3 {
- background: rgba(247,255,0,0.5);
+ background: rgba(247,255,0,0.65);
}
.tag-bg4 {
- background: rgba(0,112,192,0.5);
+ background: rgba(0,112,192,0.65);
}
.roomSelect{
::v-deep(.el-popper){
--
Gitblit v1.9.2