Визуальные правки приложения
This commit is contained in:
@@ -3,6 +3,7 @@ import {NLayout, NLayoutHeader, NEl, NAlert, NSpin, NText} from "naive-ui";
|
||||
import AppHeader from "./Components/AppHeader.vue";
|
||||
import {useGlobalLoading} from "../Composables/useGlobalLoading.js";
|
||||
import AppDialogManager from "../Components/AppDialogManager.vue";
|
||||
import Noise from "../Components/Noise.vue";
|
||||
import { useThemeVars } from "naive-ui";
|
||||
import { computed } from "vue";
|
||||
|
||||
@@ -22,6 +23,7 @@ const blobBg = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Noise />
|
||||
<AppDialogManager />
|
||||
<NLayout position="absolute">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user