create frequently questions page

This commit is contained in:
HAM!DREZA
2024-06-03 09:09:38 +03:30
parent b6dcacce95
commit 7d9ac8c0c9
9 changed files with 261 additions and 60 deletions
+1 -27
View File
@@ -348,33 +348,7 @@
</div>
</div>
</tabs>
<!-- <div
v-if="addTicketForm"
class="backdrop-blur-xl bg-white/30 absolute px-[5vw] py-[8vw]
w-full top-0 space-y-[5vw] md:space-y-[2vw] border rounded-[1vw] shadow-md h-[80vw] md:h-auto"
>
<p class="text-[3vw] md:text-[1vw] font-semibold text-primaryGreen">موضوع تیکت :</p>
<div class="flex flex-col md:flex-row gap-[5vw] md:gap-[1vw]">
<input
class="h-[10vw] md:h-[3vw] rounded-[1vw] px-[1vw] md:w-[40vw] border"
type="text"
placeholder="موضوع تیکت را وارد کنید"
v-model="subject"
/>
<button
class="text-[3vw] md:text-[0.7vw] greenButton rounded-[1vw] px-[1.5vw] h-[10vw] md:h-[3vw]"
@click="sendTicket"
>
ثبت
</button>
<button
class="text-[3vw] md:text-[0.7vw] bg-red-400 rounded-[1vw] text-white px-[1vw] h-[10vw] md:h-[3vw]"
@click="addTicketForm = false"
>
انصراف
</button>
</div>
</div> -->
</div>
</template>