northglass-erp-client/erp-customer-client/src/views/order/OrderDetailView.vue
@@ -163,4 +163,6 @@ user-select: none; transform: translateZ(0); } </style> northglass-erp-client/erp-customer-client/src/views/order/OrderHistoryView.vue
@@ -129,9 +129,9 @@ <el-dialog v-model="dialogVisible" fullscreen> <template #header> <el-text size="large" style="font-weight: bolder">详情</el-text> <order-detail-view :orderId = "checkOrderId"/> </template> <order-detail-view :orderId = "checkOrderId"/> </el-dialog> </div> @@ -142,5 +142,8 @@ width: 100%; height:calc(100vh - 5.5rem); } :deep(.el-dialog__body){ height: 90vh; width: 100%; } </style>