快乐的昕的电脑
2025-11-13 971b584513221fa4fe30c5b8d548ce59365e7f10
样式修改
已修改1个文件
6 ■■■■ 文件已修改
components/WorkOrder.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrder.vue
@@ -692,11 +692,11 @@
    .form-row1 {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; /* 让内容靠右 */
        justify-content: flex-end; /* 右对齐 */
        align-items: center;
        margin-bottom: 10px;
        width: 100%;
        width: 100%; /* 撑满父容器 */
        position: relative;
        margin-bottom: 10px;
    }
</style>