吉安感知网项目-前端
shuishen
2026-03-05 d75d83bd2a1f4e13634f84f8a4de1f7457187b2b
applications/drone-command/src/styles/common/cockpit.scss
@@ -74,6 +74,7 @@
    .el-tree-node__label {
        color: #c3c3dd;
        font-size: 12px;
    }
    .el-checkbox {
@@ -134,6 +135,10 @@
    .el-tree-node__expand-icon.is-leaf {
        visibility: hidden;
    }
    .el-tree-node__expand-icon.expanded {
        transform: rotate(-180deg);
    }
}
@@ -1383,7 +1388,7 @@
            .el-form-item {
                display: flex;
                align-items: center;
                align-items: flex-start;
                .el-form-item__label {
                    display: flex;
@@ -1392,6 +1397,7 @@
                    font-weight: 500;
                    font-size: 14px;
                    color: #D4D5D7;
                    height: 40px;
                    line-height: 40px;
                    text-align: right;
                    font-style: normal;
@@ -1639,7 +1645,13 @@
        color: #D4D5D7;
    }
    .el-message-box__container {
        display: flex;
        justify-content: center;
    }
    .el-message-box__btns {
        padding-top: 30px;
        display: flex;
        justify-content: center;
@@ -1815,6 +1827,17 @@
                    overflow-y: auto;
                    .detail-title {
                        margin-bottom: 20px;
                        font-family: Source Han Sans CN, Source Han Sans CN;
                        font-weight: 500;
                        font-size: 16px;
                        color: #FFFFFF;
                        text-align: left;
                        font-style: normal;
                        text-transform: none;
                    }
                    .el-row {
                        .el-col {
                            margin-bottom: 0;
@@ -1981,6 +2004,7 @@
                }
                .footer {
                    margin-top: 20px;
                    width: 100%;
                    display: flex;
                    align-items: center;