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; /* 与下方内容留间距 */ } /* 上半部分:左右布局 */