Updated form for creating delivery
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<!-- src/pages/service/ServiceCalendar.vue -->
|
||||
<template>
|
||||
<div class="flex">
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- src/pages/service/ServiceEditModal.vue -->
|
||||
<template>
|
||||
<!-- Modal Overlay -->
|
||||
<div class="fixed inset-0 bg-gray-800 bg-opacity-75 flex items-center justify-center z-50">
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- src/pages/service/ServiceHome.vue -->
|
||||
<template>
|
||||
<div class="flex">
|
||||
<div class="w-full px-4 md:px-10 py-4">
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- src/pages/service/ServicePast.vue -->
|
||||
|
||||
<template>
|
||||
<div class="flex">
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- src/pages/service/calender/CalendarCustomer.vue -->
|
||||
<template>
|
||||
<div class="flex">
|
||||
<div class="w-full px-4 md:px-10 py-4">
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- src/pages/service/calender/EventModal.vue -->
|
||||
<template>
|
||||
<div class="fixed inset-0 bg-gray-800 bg-opacity-75 flex items-center justify-center z-50">
|
||||
<div class="relative bg-white p-6 rounded-lg shadow-xl w-full max-w-md">
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- src/pages/service/calender/EventSidebar.vue -->
|
||||
<template>
|
||||
<!--
|
||||
This container is now responsive. It's full-width on mobile
|
||||
|
||||
Reference in New Issue
Block a user