From 69904749ea419cc23127a445847eae203bd79168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <15099670051> Date: Thu, 18 Feb 2021 13:20:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=89=8D=E7=AB=AF=E5=B8=83=E5=B1=80=E5=A4=9A=E5=A4=84?= =?UTF-8?q?=E7=BB=86=E8=8A=82=EF=BC=8C=E6=9B=B4=E5=8D=8F=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _web/src/App.vue | 27 ++++++++- .../components/GlobalHeader/GlobalHeader.vue | 6 +- _web/src/components/Menu/SideMenu.vue | 4 +- _web/src/components/NoticeIcon/NoticeIcon.vue | 58 ++++++++++++++++++- _web/src/components/PageHeader/PageHeader.vue | 8 +-- _web/src/components/global.less | 32 +++++----- _web/src/components/tools/UserMenu.vue | 6 +- _web/src/layouts/BasicLayout.vue | 6 +- _web/src/layouts/PageView.vue | 8 +-- _web/src/views/system/dashboard/Analysis.vue | 2 +- 10 files changed, 114 insertions(+), 43 deletions(-) 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 {