Showing
1 changed file
with
8 additions
and
14 deletions
@@ -7,18 +7,12 @@ | @@ -7,18 +7,12 @@ | ||
7 | </template> | 7 | </template> |
8 | 8 | ||
9 | <script lang="ts" setup> | 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> | ||
17 | + useTitle(); | ||
18 | +</script> |