components/WorkOrder.vue
@@ -668,6 +668,17 @@ padding: 3px; } .inp { float: left; width: 85%; padding: 3px; border: 1px solid #ccc; border-radius: 0.5vw; margin-top: 0.2vh; font-size: 15px; height: 26px; } /* 针对1280*717屏幕的特定优化 */ @media screen and (max-width: 1280px) and (max-height: 800px) { .top-order { @@ -688,15 +699,4 @@ margin-bottom: 4px; } } .form-row1 { display: flex; flex-direction: row; justify-content: flex-end; /* 右对齐 */ align-items: center; width: 100%; /* 撑满父容器 */ position: relative; margin-bottom: 10px; } </style>