Commit 3fdd72938cb5a2ef7e8618c9a2fdfb1023f00268

Authored by fengtao
1 parent d6188db0

fix:移除不需要代码

Showing 1 changed file with 8 additions and 14 deletions
... ... @@ -7,18 +7,12 @@
7 7 </template>
8 8
9 9 <script lang="ts" setup>
10   -import { ConfigProvider } from 'ant-design-vue';
11   -import { AppProvider } from '/@/components/Application';
12   -import { useTitle } from '/@/hooks/web/useTitle';
13   -import { useLocale } from '/@/locales/useLocale';
14   -// support Multi-language
15   -const { getAntdLocale } = useLocale();
  10 + import { ConfigProvider } from 'ant-design-vue';
  11 + import { AppProvider } from '/@/components/Application';
  12 + import { useTitle } from '/@/hooks/web/useTitle';
  13 + import { useLocale } from '/@/locales/useLocale';
  14 + // support Multi-language
  15 + const { getAntdLocale } = useLocale();
16 16
17   -useTitle();
18   -</script>
19   -
20   -<style lang="less">
21   -/deep/.ant-message-notice-content {
22   - max-width: 600px !important;
23   -}
24   -</style>
\ No newline at end of file
  17 + useTitle();
  18 +</script>
\ No newline at end of file
... ...