diff --git a/_web/src/App.vue b/_web/src/App.vue index bbca4b86..3a611db8 100644 --- a/_web/src/App.vue +++ b/_web/src/App.vue @@ -1,7 +1,7 @@ @@ -22,3 +22,26 @@ export default { } } + diff --git a/_web/src/components/GlobalHeader/GlobalHeader.vue b/_web/src/components/GlobalHeader/GlobalHeader.vue index 7db65f07..d0b45bce 100644 --- a/_web/src/components/GlobalHeader/GlobalHeader.vue +++ b/_web/src/components/GlobalHeader/GlobalHeader.vue @@ -4,18 +4,18 @@ + :style="{ padding: '0', height: '55px' }">
- + {{ item.name }} diff --git a/_web/src/components/Menu/SideMenu.vue b/_web/src/components/Menu/SideMenu.vue index 62fb01d9..2889535d 100644 --- a/_web/src/components/Menu/SideMenu.vue +++ b/_web/src/components/Menu/SideMenu.vue @@ -1,7 +1,7 @@ diff --git a/_web/src/components/NoticeIcon/NoticeIcon.vue b/_web/src/components/NoticeIcon/NoticeIcon.vue index 8ae1c80d..f5e341fe 100644 --- a/_web/src/components/NoticeIcon/NoticeIcon.vue +++ b/_web/src/components/NoticeIcon/NoticeIcon.vue @@ -29,13 +29,65 @@ + + + + + + + + + + - 123 + + + + + + + + + + + + + + + + + - 123 + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -63,7 +115,7 @@ export default { this.loading = true setTimeout(() => { this.loading = false - }, 2000) + }, 100) } else { this.loading = false } diff --git a/_web/src/components/PageHeader/PageHeader.vue b/_web/src/components/PageHeader/PageHeader.vue index 80e686e9..aeb02276 100644 --- a/_web/src/components/PageHeader/PageHeader.vue +++ b/_web/src/components/PageHeader/PageHeader.vue @@ -65,11 +65,11 @@ export default {