guoyujie
2025-10-13 a3ef00def72882e9f28f2813a861c477220dab2d
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>