快乐的昕的电脑
2025-11-24 63f78243b8777ce8a80d40421dd9655fc4f2a2b3
回调
已修改1个文件
26 ■■■■ 文件已修改
components/WorkOrderStatus.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -224,19 +224,19 @@
    }
    /* 刷新按钮样式 */
    .refresh-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #00A2E9;
        /* 蓝色背景 */
        color: white;
        padding: 18px 0;
        border: none;
        border-radius: 5px;
        font-size: 35px;
        cursor: pointer;
    }
    .refresh-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #00A2E9;
        /* 蓝色背景 */
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        font-size: 35px;
        cursor: pointer;
    }
    /* 上半部分:左右布局 */
    .top-section {