mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-04-11 08:47:21 +00:00
fix popup red
This commit is contained in:
@@ -42,7 +42,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import useAlertStore from "@/composables/store/useAlertStore";
|
|
||||||
import type { PermissionUpsertModel } from "@/types/permission";
|
import type { PermissionUpsertModel } from "@/types/permission";
|
||||||
import { ref, watch } from "vue";
|
import { ref, watch } from "vue";
|
||||||
import { z } from "zod";
|
import { z } from "zod";
|
||||||
@@ -55,8 +54,6 @@ const { permission, onSubmit, closeModal } = defineProps<{
|
|||||||
onSubmit: (data: PermissionUpsertModel) => Promise<void>;
|
onSubmit: (data: PermissionUpsertModel) => Promise<void>;
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
const alertStore = useAlertStore();
|
|
||||||
|
|
||||||
const formData = ref();
|
const formData = ref();
|
||||||
|
|
||||||
const updateFormData = (newPermission: typeof permission) => {
|
const updateFormData = (newPermission: typeof permission) => {
|
||||||
|
|||||||
@@ -12,12 +12,12 @@
|
|||||||
<span class="sr-only">Close modal</span>
|
<span class="sr-only">Close modal</span>
|
||||||
</button>
|
</button>
|
||||||
<div class="p-4 md:p-5 text-center flex flex-col items-center gap-y-3">
|
<div class="p-4 md:p-5 text-center flex flex-col items-center gap-y-3">
|
||||||
<svg class="mx-auto mb-4 text-gray-400 w-12 h-12 " aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
|
<svg class="w-16 h-16 mx-auto text-red-600 mt-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"
|
||||||
fill="none" viewBox="0 0 20 20">
|
xmlns="http://www.w3.org/2000/svg">
|
||||||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||||
d="M10 11V6m0 8h.01M19 10a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
|
d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||||||
</svg>
|
</svg>
|
||||||
<h3 class="mb-5 text-lg font-normal text-gray-500 ">
|
<h3 class="mb-3 text-lg font-normal text-gray-500 ">
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</h3>
|
</h3>
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
Reference in New Issue
Block a user