디자인 업데이트
This commit is contained in:
@@ -1,21 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { useLoadingStore } from '~/stores';
|
||||
|
||||
const loadingStore = useLoadingStore();
|
||||
const { isLoading } = storeToRefs(loadingStore);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<template v-if="isLoading">
|
||||
<div
|
||||
class="top-0 left-0 w-full h-full flex justify-center items-center position-absolute"
|
||||
style="z-index: 10000000"
|
||||
>
|
||||
<a-spin />
|
||||
</div>
|
||||
<div
|
||||
class="top-0 left-0 w-full h-full justify-center items-center position-absolute bg-black"
|
||||
style="z-index: 9999999; opacity: 0.4"
|
||||
></div>
|
||||
</template>
|
||||
<h1>이진기</h1>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user