吉安感知网项目-前端
shuishen
2026-01-19 6eff67ca4d898a1dfeeb51175e372ae9beaca8a9
applications/drone-command/src/styles/common/cockpit.scss
@@ -38,6 +38,8 @@
}
.command-radio-group {
    height: 40px;
    .el-radio {
        .el-radio__input {
            width: 16px;
@@ -77,7 +79,9 @@
}
// 数据驾驶舱专属
.command-search-input {
.command-input {
    height: 40px;
    .el-input__wrapper {
        padding: 0 8px !important;
        background: #161B2C;
@@ -101,6 +105,7 @@
}
.command-date-picker {
    height: 40px !important;
    box-shadow: none !important;
    background: #161B2C;
    border: none;
@@ -337,6 +342,8 @@
}
.command-select {
    height: 40px;
    .el-select__input {
        color: #ffffff !important;
    }
@@ -347,6 +354,7 @@
        box-shadow: none !important;
        border: none;
        width: 100%;
        height: 40px;
    }
    .el-select__placeholder {
@@ -423,6 +431,12 @@
}
.command-cascader {
    height: 40px;
    .el-input {
        height: 40px;
    }
    .el-input__wrapper {
        --el-input-text-color: #161B2C !important;
    }
@@ -589,7 +603,7 @@
        text-transform: none;
    }
    .command-search-input {
    .command-input {
        .el-input__wrapper {
            background: #2E2E48;
        }
@@ -684,7 +698,7 @@
        }
    }
    .command-search-input {
    .command-input {
        .el-input__wrapper {
            background: #1C1C31;
        }