Mail send fix
This commit is contained in:
@@ -19,6 +19,7 @@ import GuestLayout from "../Layouts/GuestLayout.vue";
|
||||
import { useForm } from "@inertiajs/inertia-vue3";
|
||||
import axios from "axios";
|
||||
import filterimg from "@/assets/eglass-filter.png";
|
||||
import Popper from "vue3-popper";
|
||||
|
||||
const sdropdown = ref([
|
||||
{ text: "Description", value: "typeName" },
|
||||
@@ -542,8 +543,8 @@ watch(ccodes, (codes) => {
|
||||
alternating
|
||||
>
|
||||
<template #item-img="{ code, img }">
|
||||
<img
|
||||
class="h-12 hover:scale-150 hover:left-2 hover:h-48 hover:float-left hover:overflow-hidden"
|
||||
<img
|
||||
class="h-12 hover:z-50 hover:scale-100 hover:left-2 hover:h-48 hower:w-48 hover:float-left hover:overflow-hidden"
|
||||
:src="img"
|
||||
:alt="code"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user