Skip to content

Commit

Permalink
Update reservation.vue (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
q1zhen authored Oct 1, 2024
1 parent 098cace commit 4fb3fef
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pages/manage/reservation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,6 @@ async function handleSubmit(e: any) {

<template>
<div>
<div class="inline-block align-top w-full lg:w-1/2 p-5">
<div class="flex rounded border h-[50vh] lg:h-[80vh] items-center justify-center">
<div>
map placeholder
<div class="my-5" />
FORMDATA: (for testing only)
<pre>{{ JSON.stringify(formData, null, 2) }}</pre>
</div>
</div>
</div>
<div class="inline-block align-top w-full lg:w-1/2 lg:max-w-[480px] p-5">
<div class="text-2xl">
预约教室
Expand Down

0 comments on commit 4fb3fef

Please sign in to comment.