快乐的昕的电脑
2025-11-13 cf27568aa04fa82512ad2093a656ab269caf6f4d
回调
已修改1个文件
10 ■■■■ 文件已修改
components/WorkOrder.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrder.vue
@@ -691,7 +691,7 @@
        }
    }
    .top-order {
    /*.top-order {
        width: 65%;
        display: inline-block;
        vertical-align: top;
@@ -702,14 +702,14 @@
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        position: relative;*/
        /* width: 100%;  // 去掉这行 */
    }
    /*}
    .right-group {
        display: flex;
        align-items: center;
        gap: 24px; /* 控制两块之间的间距,可根据需要调整 */
    }
        gap: 24px;*/ /* 控制两块之间的间距,可根据需要调整 */
    /*}*/
</style>