| components/WorkOrderStatus.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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 {