From b0d5be7685c042c6698352b9af2b0f3b45d3d208 Mon Sep 17 00:00:00 2001 From: Linhao-Qian <17768709606@163.com> Date: Sat, 27 Jul 2024 19:53:06 +0800 Subject: [PATCH] [linkis-web-next]: Refactored Navbar & Login Page --- linkis-web-next/src/App.vue | 2 - .../src/components/sidebar/index.less | 2 +- linkis-web-next/src/dss/view/login/index.vue | 181 +++++------------- linkis-web-next/src/helper/db.ts | 51 +++-- linkis-web-next/src/helper/storage.ts | 8 +- linkis-web-next/src/layout.vue | 130 +++++++++++-- linkis-web-next/src/locales/en.ts | 12 +- linkis-web-next/src/locales/zh.ts | 4 +- linkis-web-next/src/main.ts | 3 +- .../pages/globalHistoryManagement/filter.vue | 11 +- .../pages/globalHistoryManagement/index.vue | 3 +- .../src/pages/parameterConfig/drawer.vue | 7 +- 12 files changed, 211 insertions(+), 203 deletions(-) diff --git a/linkis-web-next/src/App.vue b/linkis-web-next/src/App.vue index 104f17c2f4..8a47ecd48b 100644 --- a/linkis-web-next/src/App.vue +++ b/linkis-web-next/src/App.vue @@ -18,5 +18,3 @@ - - diff --git a/linkis-web-next/src/components/sidebar/index.less b/linkis-web-next/src/components/sidebar/index.less index dd8b3a637a..a1d2c7c7ad 100644 --- a/linkis-web-next/src/components/sidebar/index.less +++ b/linkis-web-next/src/components/sidebar/index.less @@ -16,7 +16,7 @@ */ .menu-wrapper { - width: 200px; + width: 250px; height: 100%; #menu { padding-top: 16px; diff --git a/linkis-web-next/src/dss/view/login/index.vue b/linkis-web-next/src/dss/view/login/index.vue index bf365a579c..7b97c028e6 100644 --- a/linkis-web-next/src/dss/view/login/index.vue +++ b/linkis-web-next/src/dss/view/login/index.vue @@ -18,20 +18,12 @@