吉安感知网项目-前端
shuishen
2026-01-20 c6b73e68a038234e79e8a99627b3a3df03cb12e8
feat:弹窗样式调整
1 files modified
32 ■■■■■ changed files
applications/drone-command/src/styles/common/cockpit.scss 32 ●●●●● patch | view | raw | blame | history
applications/drone-command/src/styles/common/cockpit.scss
@@ -1065,24 +1065,37 @@
}
.command-page-view-dialog {
    padding: 30px;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 770px;
    background: #1A1A2A;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #2E2E46;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    .el-dialog__header {
        position: relative;
        span {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 18px;
            color: #FFFFFF;
            line-height: 40px;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }
        .el-button {
            width: auto;
            height: auto;
            display: flex;
            align-items: center;
        }
        .el-icon {
@@ -1145,6 +1158,7 @@
                height: 360px;
                .command-table-pagination {
                    padding-bottom: 20px;
                    justify-content: center;
                }
            }
@@ -1165,6 +1179,10 @@
            .el-row {
                .el-col {
                    margin-bottom: 0;
                    .el-form-item {
                        margin-bottom: 20px;
                    }
                }
            }
@@ -1288,6 +1306,7 @@
    }
    .el-dialog__footer {
        padding-top: 0;
        display: flex;
        justify-content: center;
@@ -1353,7 +1372,9 @@
}
.command-page-map-view-dialog {
    padding: 30px;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 80%;
@@ -1362,6 +1383,11 @@
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #2E2E46;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    .el-dialog__header,
    .el-dialog__footer {
        margin: 0;