shuishen
2022-09-27 fe38eeef38f0c932e7bc66947ec6f9d72059f5cb
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;
        }
    }