吉安感知网项目-前端
shuishen
2026-02-03 89380e6260a75d1d3b94de687ebcc2f50d50659d
applications/drone-command/src/styles/common/cockpit.scss
@@ -98,19 +98,27 @@
        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;
            background: transparent !important;
            border-radius: 2px 2px 2px 2px;
            border: 2px solid #A1A3D4 !important;
            box-shadow: none;
            box-sizing: border-box;
        }
    .el-checkbox__inner {
        width: 16px;
        height: 16px;
        background: transparent !important;
        border-radius: 2px 2px 2px 2px;
        border: 2px solid #A1A3D4 !important;
        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;
                }
            }
        }
    }
}
@@ -1308,7 +1316,7 @@
                    align-items: center;
                    .label {
                        width: 88px;
                        min-width: 88px;
                        font-family: Source Han Sans CN, Source Han Sans CN;
                        font-weight: 500;
                        font-size: 14px;