diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue index 5c6896ec..8d742f59 100644 --- a/src/layout/components/Header/index.vue +++ b/src/layout/components/Header/index.vue @@ -1,12 +1,15 @@ @@ -20,6 +21,7 @@ import { HeaderPro } from '@/layout/components/HeaderPro' import { HeaderLeftBtn } from './layout/components/HeaderLeftBtn/index' import { HeaderRightBtn } from './layout/components/HeaderRightBtn/index' +import { HeaderTitle } from './layout/components/HeaderTitle/index' diff --git a/src/views/chart/layout/components/HeaderTitle/index.ts b/src/views/chart/layout/components/HeaderTitle/index.ts new file mode 100644 index 00000000..19b5dbcb --- /dev/null +++ b/src/views/chart/layout/components/HeaderTitle/index.ts @@ -0,0 +1,3 @@ +import HeaderTitle from './index.vue' + +export { HeaderTitle } diff --git a/src/views/chart/layout/components/HeaderTitle/index.vue b/src/views/chart/layout/components/HeaderTitle/index.vue new file mode 100644 index 00000000..744f61a6 --- /dev/null +++ b/src/views/chart/layout/components/HeaderTitle/index.vue @@ -0,0 +1,52 @@ + + + diff --git a/src/views/project/items/components/ModalCard/index.vue b/src/views/project/items/components/ModalCard/index.vue index 95634dd2..e943c746 100644 --- a/src/views/project/items/components/ModalCard/index.vue +++ b/src/views/project/items/components/ModalCard/index.vue @@ -36,7 +36,7 @@