forked from drone/command-center-dashboard

张含笑
2025-04-12 b7cf0a445d23575f4b71997ba5da9ee757e08436
feat: 机巢详情分页优化
1 files modified
13 ■■■■ changed files
src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/MachineTableDetails.vue 13 ●●●● patch | view | raw | blame | history
src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/MachineTableDetails.vue
@@ -6,6 +6,7 @@
        :width="pxToRem(1500)"
        :close-on-click-modal="false"
        :destroy-on-close="true"
    >
        <template #header="{ titleId, titleClass }">
            <div class="my-header">
@@ -67,7 +68,8 @@
<style lang="scss">
.machineTableDetails {
    height: 1002px;
width: 1270px;
    height: 856px;
    background: #0f1929;
    box-shadow: inset 0px -50px 50px 0px rgba(27, 148, 255, 0.13);
    border-radius: 20px 0px 0px 0px;
@@ -84,13 +86,14 @@
        2 2;
    .el-pagination {
        text-align: left;
        padding: 20px;
        padding: 20px 20px 0 20px;
    }
    .my-header {
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
    }
    /* 头部 */
    .el-dialog__header {
        width: 1270px;
@@ -129,16 +132,20 @@
</style>
<style lang="scss" scoped>
.infoBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #ffffff;
    .itemBox {
        display: flex;
        align-items: center;
        .itemTitle {
        margin-right: 5px;
        }
    }
    .flystatus {