From a514c8a941d34e7e4f7bc4bc43df4d45191c6e30 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 05 Dec 2022 17:27:48 +0800
Subject: [PATCH] 警力资源搜索
---
src/views/activity/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/activity/index.vue b/src/views/activity/index.vue
index 080a5ab..807e811 100644
--- a/src/views/activity/index.vue
+++ b/src/views/activity/index.vue
@@ -1055,7 +1055,7 @@
.row-box {
margin: 10px;
padding: 10px;
- background: rgba(29, 38, 105, 1);
+ background: rgba(25, 23, 99, 0.7);
cursor: pointer;
font-size: 14px;
@@ -1079,11 +1079,13 @@
}
.row-box:hover {
- background-color: $table-header-bg-color;
+ // background-color: $table-header-bg-color;
+ background-color: rgba(0, 0, 138, 0.8);
}
.row-box.on {
- background: $table-header-bg-color;
+ // background: $table-header-bg-color;
+ background-color: rgba(0, 0, 138, 0.8);
}
:deep(.el-dialog) {
--
Gitblit v1.9.3