快乐的昕的电脑
2025-11-24 8b09d6e49bb68a1c8717089824a6dab3f4ee4c70
调试
已修改1个文件
25 ■■■■ 文件已修改
components/WorkOrderStatus.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -224,19 +224,18 @@
    }
    /* 刷新按钮样式 */
    .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;  // 删除或注释掉这一行 */
        width: 100%; /* 让按钮占满父容器宽度 */
        background-color: #00A2E9;
        color: white;
        padding: 10px 0; /* 上下10px,左右0,按钮更居中 */
        border: none;
        border-radius: 5px;
        font-size: 35px;
        cursor: pointer;
        margin-bottom: 20px; /* 与下方内容留间距 */
    }
    /* 上半部分:左右布局 */
    .top-section {