changes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script setup>
|
||||
import DeliveryInteractive from '@/components/dashboard/DeliveryInteractive.vue';
|
||||
import Driver from '@/components/dashboard/Driver.vue';
|
||||
|
||||
const drivers = [
|
||||
@@ -32,11 +33,11 @@ const drivers = [
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<p class="fs-17 font-semibold mb-4">Giao nhận & Tài xế</p>
|
||||
<div class="fixed-grid has-3-cols">
|
||||
<div class="fixed-grid has-1-cols-mobile has-3-cols">
|
||||
<div class="grid">
|
||||
<div class="cell is-col-span-2">
|
||||
<div style="border-radius: 0.5rem; overflow: hidden">
|
||||
<NuxtImg src="/map-demo.png" class="w-full" />
|
||||
<div>
|
||||
<DeliveryInteractive />
|
||||
</div>
|
||||
</div>
|
||||
<div class="cell is-flex is-flex-direction-column is-gap-2">
|
||||
|
||||
Reference in New Issue
Block a user