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