Mail send fix

This commit is contained in:
2024-01-26 20:14:43 +01:00
parent 1755f4cb38
commit dec5d82187
4 changed files with 21 additions and 11 deletions

View File

@@ -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"
/>