guanqb
2022-12-05 a514c8a941d34e7e4f7bc4bc43df4d45191c6e30
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) {