快乐的昕的电脑
2025-11-24 c0c29bab83c18e7900343c43bf7e2e28dd91471c
调试
已修改3个文件
43 ■■■■■ 文件已修改
.vs/前端2/CopilotIndices/17.14.878.3237/SemanticSymbols.db 补丁 | 查看 | 原始文档 | blame | 历史
.vs/前端2/CopilotIndices/17.14.878.3237/SemanticSymbols.db-wal 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue 43 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.vs/ǰ¶Ë2/CopilotIndices/17.14.878.3237/SemanticSymbols.db
Binary files differ
.vs/ǰ¶Ë2/CopilotIndices/17.14.878.3237/SemanticSymbols.db-wal
Binary files differ
components/WorkOrderStatus.vue
@@ -231,12 +231,16 @@
        background-color: #00A2E9;
        /* è“è‰²èƒŒæ™¯ */
        color: white;
        padding: 10px 20px;
        height: 60px;
        border: none;
        border-radius: 5px;
        font-size: 35px;
        cursor: pointer;
        width: 90px !important; /* æ›´çª„ */
        height: 60px !important; /* æ›´é«˜ */
        font-size: 22px !important;
        padding: 0 !important;
        border-radius: 8px !important;
    }
    /* ä¸ŠåŠéƒ¨åˆ†ï¼šå·¦å³å¸ƒå±€ */
@@ -348,25 +352,28 @@
    }
    /* ä¸‹åŠéƒ¨åˆ†ï¼šä¿å­˜å’Œå–消按钮 */
    .bottom-section {
        display: flex;
        justify-content: space-between;
        margin-top: 1vh;
        height: 100%;
    .bottom-section {
        display: flex;
        margin-top: 1vh;
        height: 100%;
        justify-content: flex-end; /* è®©æŒ‰é’®é å³å¯¹é½ï¼ˆå¯é€‰ï¼‰ */
        gap: 16px; /* æŒ‰é’®é—´è· */
    }
    .save-btn,
    .cancel-btn {
        width: 48%;
        padding: 1.5vh;
        background-color: #00A2E9;
        color: white;
        border: none;
        text-align: center;
        font-size: 1.8vw;
        /* Larger font for buttons */
        height: 100%;
    }
    .save-btn,
    .cancel-btn {
        background-color: #00A2E9;
        color: white;
        border: none;
        text-align: center;
        width: 90px !important; /* æ›´çª„ */
        height: 60px !important; /* æ›´é«˜ */
        font-size: 22px !important;
        padding: 0 !important;
        border-radius: 8px !important;
        display: inline-block;
    }
    /* è®©å³ä¾§å·¥å•号输入框变长 */
    .status-title input.status-title {