吉安感知网项目-前端
shuishen
2026-01-19 4445eca00dfd529612d8b02a8cbb5c2ee5908b86
feat:历史数据搜索栏按钮样式调整
2 files modified
46 ■■■■ changed files
applications/drone-command/src/styles/common/cockpit.scss 44 ●●●● patch | view | raw | blame | history
applications/drone-command/src/views/dataCockpit/components/DeviceHistoryDialog.vue 2 ●●● patch | view | raw | blame | history
applications/drone-command/src/styles/common/cockpit.scss
@@ -605,6 +605,8 @@
}
.el-form.command-dialog-history-search {
    margin-bottom: 20px;
    .el-form-item {
        margin-left: 20px;
    }
@@ -667,21 +669,7 @@
            }
        }
    }
    .history-search-actions {
        .el-button {
            width: 96px;
            background: transparent !important;
            border-radius: 4px 4px 4px 4px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            .el-icon {
                font-size: 16px;
                color: #fff;
            }
        }
    }
    .el-input {
        width: 160px;
    }
@@ -698,6 +686,8 @@
}
.command-page-history-search {
    margin-bottom: 20px;
    .el-form-item__label {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
@@ -831,16 +821,30 @@
    .history-search-actions {
        .el-button {
            margin-left: 20px;
            width: 96px;
            background: transparent !important;
            border-radius: 4px 4px 4px 4px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            .el-icon {
                font-size: 16px;
                color: #fff;
            }
            &:first-child {
                margin-left: 0;
            }
        }
        .search-btn {
            background: #1C1C31 !important;
            border: 1px solid rgba(227, 227, 236, 0.3) !important;
        }
    }
}
.command-table-toolbar {
    margin-top: 30px;
    margin-bottom: 20px;
    .el-button {
        min-width: 88px;
@@ -855,8 +859,6 @@
}
.command-table-container {
    margin-top: 20px;
    height: 0;
    flex: 1;
    display: flex;
@@ -1090,7 +1092,7 @@
            padding: 0 10px;
            .detail-title {
                margin-bottom: 20px;
                line-height: 40px;
                font-family: Source Han Sans CN, Source Han Sans CN;
                font-weight: 500;
                font-size: 16px;
@@ -1102,7 +1104,7 @@
            .el-row {
                .el-col {
                    margin-bottom: 20px;
                    margin-bottom: 0;
                    display: flex;
                    align-items: center;
@@ -1405,7 +1407,7 @@
                    .detail-title {
                        margin-bottom: 20px;
                        line-height: 40px;
                        font-family: Source Han Sans CN, Source Han Sans CN;
                        font-weight: 500;
                        font-size: 16px;
applications/drone-command/src/views/dataCockpit/components/DeviceHistoryDialog.vue
@@ -29,7 +29,7 @@
            <el-form-item class="history-search-actions">
                <el-button :icon="RefreshRight" @click="resetForm"></el-button>
                <el-button :icon="Search" @click="handleSearch"></el-button>
                <el-button class="search-btn" :icon="Search" @click="handleSearch"></el-button>
            </el-form-item>
        </el-form>