From fe38eeef38f0c932e7bc66947ec6f9d72059f5cb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 27 Sep 2022 11:10:52 +0800
Subject: [PATCH] 样式调整
---
src/views/activity/index.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/activity/index.vue b/src/views/activity/index.vue
index fc7877e..e3df6e2 100644
--- a/src/views/activity/index.vue
+++ b/src/views/activity/index.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-08-18 16:18:17
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2022-09-27 09:18:54
+ * @LastEditTime: 2022-09-27 10:52:05
* @FilePath: \srs-police-affairs\src\views\activity\index.vue
* @Description: 安保活动
*
@@ -604,7 +604,7 @@
.row-box {
margin: 10px;
padding: 10px;
- background: rgba(15, 31, 50, 0.5);
+ background: rgba(29, 38, 105, 1);
cursor: pointer;
.row-content {
@@ -626,11 +626,11 @@
}
}
.row-box:hover {
- background-color: rgba(222, 176, 176, 0.2);
+ background-color: rgb(1, 76, 137);
}
.row-box.on {
- background: rgba(222, 176, 176, 0.2);
+ background: rgb(1, 76, 137);
}
:deep(.el-dialog) {
@@ -656,13 +656,13 @@
left: 405px;
flex-direction: column;
width: 240px;
- color: #fff;
- background: $bg-color;
+
:deep(.el-tree-node__content) {
background: transparent;
}
:deep(.el-tree-node) {
- background: #0f1e2d;
+ background: $bg-color;
+ color: #fff;
}
}
--
Gitblit v1.9.3