create frequently questions page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user