From 937ccde780a9d755c0930f2259f52b1ff61db0e5 Mon Sep 17 00:00:00 2001 From: qianming Date: Tue, 28 Jun 2022 14:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E--=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/layout/components/Navbar.vue | 90 +++++++++++++++---- report-ui/src/views/login.vue | 3 +- 2 files changed, 74 insertions(+), 19 deletions(-) diff --git a/report-ui/src/views/layout/components/Navbar.vue b/report-ui/src/views/layout/components/Navbar.vue index e980f7eb..7fd42b9b 100644 --- a/report-ui/src/views/layout/components/Navbar.vue +++ b/report-ui/src/views/layout/components/Navbar.vue @@ -7,21 +7,36 @@ class="hamburger-container" /> - -
- - {{ operatorText }} - +
+
+
说明
+
+ 文档 +
+
+ 社区 +
- - - 修改密码 - - - 注销登录 - - - + + +
+ + {{ operatorText }} + +
+ + + 修改密码 + + + 注销登录 + + +
+
+ 确 定 + + + + +
+ 个人/商业使用须遵循Apache2.0开源协议。 + 禁止将AJ-Report产品用于违法违规业务。 +
+ + 确 定 + +
@@ -127,7 +166,10 @@ export default { confirmPassword: [ { required: true, validator: validatePass3, trigger: "blur" } ] - } + }, + + // 说明 + centerDialogVisible: false }; }, components: { @@ -204,6 +246,8 @@ export default { line-height: 50px; border-radius: 0px !important; background: #fff !important; + display: flex; + flex-direction: row; .hamburger-container { line-height: 57px; height: 49px; @@ -217,15 +261,25 @@ export default { top: 16px; color: red; } + .right-menu { + position: absolute; + right: 35px; + display: flex; + .item-men { + display: flex; + flex-direction: row; + .item { + margin-right: 60px; + cursor: pointer; + } + } + } .avatar-container { height: 50px; display: inline-block; - position: absolute; - right: 35px; .avatar-wrapper { line-height: 50px; cursor: pointer; - margin-top: 5px; position: relative; .user-avatar { width: 40px; diff --git a/report-ui/src/views/login.vue b/report-ui/src/views/login.vue index 3e8e12e3..1eb4fd2d 100644 --- a/report-ui/src/views/login.vue +++ b/report-ui/src/views/login.vue @@ -141,6 +141,7 @@
个人/商业使用须遵循Apache2.0开源协议。 + 禁止将AJ-Report产品用于违法违规业务。