快乐的昕的电脑
2025-11-24 c2bd8d29ff48cb95d31818155535befb27f99c7c
components/WorkOrderStatus.vue
@@ -225,16 +225,18 @@
   /* 刷新按钮样式 */
    .refresh-btn {
        /* position: absolute;  // 删除或注释掉这一行 */
        width: 100%; /* 让按钮占满父容器宽度 */
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #00A2E9;
        /* 蓝色背景 */
        color: white;
        padding: 10px 0; /* 上下10px,左右0,按钮更居中 */
        padding: 10px 20px;
        height: 60px;
        border: none;
        border-radius: 5px;
        font-size: 35px;
        cursor: pointer;
        margin-bottom: 20px; /* 与下方内容留间距 */
    }
   /* 上半部分:左右布局 */
@@ -369,4 +371,30 @@
        box-sizing: border-box;
    }
    .button,
    .input-box {
        font-size: 2.2vw !important; /* 字体更大 */
        height: 6vh !important; /* 高度略增 */
    }
    .input-box {
        border: 2.5px solid #999 !important; /* 边框更粗更明显 */
        border-radius: 6px !important; /* 圆角略大 */
        padding: 0 1.5vw !important;
    }
    button {
        border: 2.5px solid #999 !important; /* 按钮边框加粗 */
        border-radius: 6px !important;
    }
    .left-section .item button {
        border-width: 1px !important; /* 边框更粗 */
        border-style: solid !important;
        border-color: #999 !important; /* 保持原有色调 */
        font-size: 2.6vw !important; /* 字体更大 */
        font-weight: bold;
        height: 7vh !important; /* 按钮高度加大 */
    }
</style>