shuishen
2022-09-27 fe38eeef38f0c932e7bc66947ec6f9d72059f5cb
样式调整
2 files modified
40 ■■■■ changed files
src/views/activity/index.vue 14 ●●●● patch | view | raw | blame | history
src/views/house/index.vue 26 ●●●●● patch | view | raw | blame | history
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;
        }
    }
src/views/house/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:20:26
 * @LastEditTime: 2022-09-27 10:45:10
 * @FilePath: \srs-police-affairs\src\views\house\index.vue
 * @Description: 小区-栋-层-房屋
 * 
@@ -975,30 +975,6 @@
            }
        }
        .police-info {
            :deep(.el-table tr:nth-child(2n)) {
                background: #324e75;
                color: #fff;
            }
            :deep(.el-table tr:nth-child(2n-1)) {
                background: #26426a;
                color: #fff;
            }
            :deep(.el-table tr:hover td) {
                cursor: pointer;
                background-color: rgba(222, 176, 176, 0.2);
            }
            :deep(.el-table::before) {
                height: 0px;
            }
            :deep(.el-dialog__header) {
                margin-top: 150px;
            }
            :deep(.el-dialog__title) {
                line-height: 24px;
                font-size: 24px;
                font-weight: 700;
                color: #303133;
            }
            .tableClass {
                margin: 0 auto;
                width: 600px;