@@ -1,7 +1,7 @@
<!-- 主要用于单独重置 data-table 样式 -->
<script setup lang="ts">
-import { DataTableProps, NDataTable } from 'naive-ui'
-
+import { NDataTable } from 'naive-ui'
+import type { DataTableProps } from 'naive-ui';
type DataTableThemeOverrides = NonNullable<DataTableProps['themeOverrides']>
defineProps({
@@ -1,8 +1,5 @@
<script setup>
-import { ref, computed } from 'vue';
-import { NPopconfirm, useMessage } from 'naive-ui';
-import { SvgIcon } from '@/components';
+import SvgIcon from '@/components/SvgIcon';
const props = defineProps({
title: {
@@ -225,7 +225,7 @@ onBeforeUnmount(() => {
transform: translate(-50%, -50%);
width: 150rem;
height: 80rem;
- background: url("@assets/images/home/water-work.png") no-repeat;
+ // background: url("@assets/images/home/water-work.png") no-repeat;
background: red;
}
@@ -1,6 +1,6 @@
import { reactive } from 'vue';
-import { TheChatView, contactUs, userEdit } from "@/components";
+import { TheChatView, contactUs, userEdit } from "@/components/index";
import { screenApi } from "@/api/screen"
const data = reactive({
tab_action: 0,