diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue index de07ead..c05fbae 100644 --- a/src/page/index/logo.vue +++ b/src/page/index/logo.vue @@ -1,6 +1,6 @@ @@ -47,27 +49,23 @@ export default { top: 0; left: 0; width: 240px; - height: 64px; + height: 92px; line-height: 64px; - background-color: #20222a; font-size: 20px; overflow: hidden; box-sizing: border-box; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); color: rgba(255, 255, 255, 0.8); z-index: 1024; - &_title { - display: block; - text-align: center; - font-weight: 300; - font-size: 20px; + display: flex; + .logo { + width: 90px; + background: skyblue; } - &_subtitle { - display: block; - text-align: center; - font-size: 18px; - font-weight: bold; - color: #fff; + .title { + line-height: 92px; + font-size: 20px; + padding-left: 10px; + box-sizing: border-box; } } \ No newline at end of file diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue index 91a14c4..6ca2d88 100644 --- a/src/page/index/top/index.vue +++ b/src/page/index/top/index.vue @@ -2,17 +2,64 @@
{{tag.label}}
-
- +
+ +
+ + + + + + + {{$t('navbar.userinfo')}} + + {{$t('navbar.switchDept')}} + + {{$t('navbar.logOut')}} + + +
@@ -29,8 +76,8 @@ export default { width: 56px; height: 56px; border-radius: 50%; - background: skyblue; margin-right: 18px; + border: 2px solid #fff; } i { font-style: normal; diff --git a/src/page/login/userlogin.vue b/src/page/login/userlogin.vue index 935d5c9..a30d306 100644 --- a/src/page/login/userlogin.vue +++ b/src/page/login/userlogin.vue @@ -1,12 +1,13 @@ - diff --git a/src/styles/login.scss b/src/styles/login.scss index a96727e..a3860be 100644 --- a/src/styles/login.scss +++ b/src/styles/login.scss @@ -81,46 +81,3 @@ margin-bottom: 46px; } -.login-submit { - width: 100%; - height: 50px; - background: #2E92F6; - font-size: 16px; - color: #fff; - letter-spacing: 2px; - cursor: pointer; - margin-top: 50px; - font-family: "neo"; - transition: 0.25s; -} - -.login-form { - margin: 10px 0; - i { - position: absolute; - right: 6px; - } - -} - .el-input--small .el-input__inner { - width: 330px; - height: 50px; - line-height: 50px; - border-radius: 3px 3px 3px 3px; - color: #333; - position: relative; -} -.el-form--label-top .el-form-item__label { - font-size: 16px; - color: #333; - padding: 0!important; -} -.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before { - display: none; -} -.el-checkbox__inner { - border-color: #999; -} -.el-checkbox__label { - color: #999; -} \ No newline at end of file diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index f4995d7..a349f80 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -32,7 +32,7 @@ .avue-sidebar { user-select: none; position: relative; - padding-top: 60px; + padding-top: 92px; height: 100%; position: relative; background-color: #20222a;