shuishen
2022-09-23 7b90d3f801ef02dbaee75127dadc3a39008b7224
样式
2 files modified
10 ■■■■ changed files
src/views/activity/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/home/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/activity/index.vue
@@ -527,7 +527,7 @@
        width: 400px;
        height: 100%;
        color: #fff;
        background: $bg-color-blue;
        background: $bg-color;
        .search-box {
            padding: 0 10px;
@@ -616,7 +616,7 @@
        flex-direction: column;
        width: 240px;
        color: #fff;
        background: $bg-color-blue;
        background: $bg-color;
        :deep(.el-tree-node__content) {
            background: transparent;
        }
@@ -633,7 +633,7 @@
        padding: 10px;
        border-radius: 10px 0 0 10px;
        color: #fff;
        background: $bg-color-blue;
        background: $bg-color;
        overflow-x: hidden;
        overflow-y: auto;
src/views/home/index.vue
@@ -1171,7 +1171,7 @@
        left: 0;
        width: 400px;
        height: calc(100% - 80px);
        background: $bg-color-blue;
        background: $bg-color;
        .person-box {
            height: 40%;
@@ -1189,7 +1189,7 @@
        right: 0;
        width: 400px;
        height: calc(100% - 80px);
        background: $bg-color-blue;
        background: $bg-color;
        .case-box {
            height: 30%;