吉安感知网项目-前端
shuishen
2026-01-31 057ac6428b6ae3d60855721080eeedeb5bcb14d3
feat:tree样式微调
1 files modified
18 ■■■■ changed files
applications/drone-command/src/styles/common/cockpit.scss 18 ●●●● patch | view | raw | blame | history
applications/drone-command/src/styles/common/cockpit.scss
@@ -98,11 +98,7 @@
        color: #ffffff;
    }
    .el-checkbox__input.is-checked .el-checkbox__inner {
        background-color: #023aff !important;
        border-color: #023aff !important;
    }
    .el-checkbox__input {
    .el-checkbox__inner {
        width: 16px;
        height: 16px;
@@ -112,6 +108,18 @@
        box-shadow: none;
        box-sizing: border-box;
    }
        &.is-checked {
            .el-checkbox__inner {
                border: none !important;
                background: url("@/assets/images/common/checkbox.png") no-repeat center / 100% 100% !important;
                &::after {
                    content: none !important;
                }
            }
        }
    }
}
.map-layer-tree {