From 1fbf8cd8ed725216f3460fb62f6512aef9d68276 Mon Sep 17 00:00:00 2001 From: maslow Date: Tue, 31 Aug 2021 19:54:25 +0800 Subject: [PATCH] feat(system-client): impl new navbar --- packages/system-client/src/layout/app.vue | 103 ++++++++++++++++ .../src/layout/components/AppMain.vue | 1 - .../src/layout/components/Navbar.vue | 115 +++++++----------- .../src/layout/components/TagsView/index.vue | 37 +----- packages/system-client/src/layout/index.vue | 68 +---------- 5 files changed, 156 insertions(+), 168 deletions(-) create mode 100644 packages/system-client/src/layout/app.vue diff --git a/packages/system-client/src/layout/app.vue b/packages/system-client/src/layout/app.vue new file mode 100644 index 0000000000..df0e5432e7 --- /dev/null +++ b/packages/system-client/src/layout/app.vue @@ -0,0 +1,103 @@ + + + + + diff --git a/packages/system-client/src/layout/components/AppMain.vue b/packages/system-client/src/layout/components/AppMain.vue index fb9ffe9286..0bf5ef158f 100644 --- a/packages/system-client/src/layout/components/AppMain.vue +++ b/packages/system-client/src/layout/components/AppMain.vue @@ -1,7 +1,6 @@