diff --git a/report-ui/src/assets/images/apache.png b/report-ui/src/assets/images/apache.png new file mode 100644 index 00000000..c74edb93 Binary files /dev/null and b/report-ui/src/assets/images/apache.png differ diff --git a/report-ui/src/views/login.vue b/report-ui/src/views/login.vue index f38b85eb..67cfe9f8 100644 --- a/report-ui/src/views/login.vue +++ b/report-ui/src/views/login.vue @@ -4,13 +4,30 @@ * @Author: qianlishi * @Date: 2021-12-11 14:48:27 * @LastEditors: qianlishi - * @LastEditTime: 2021-12-13 09:45:44 + * @LastEditTime: 2022-06-23 17:23:23 --> @@ -142,7 +175,8 @@ export default { loading: false, redirect: undefined, otherQuery: {}, - needCaptcha: false + needCaptcha: false, + centerDialogVisible: false }; }, watch: { @@ -314,10 +348,47 @@ export default { height: 60px; padding: 10px 60px; display: flex; + justify-content: space-between; align-items: center; - img { - width: 10%; - display: block; + .left { + display: flex; + flex-direction: row; + .box { + width: 40px; + height: 40px; + margin-top: 6px; + img { + width: 100%; + height: 100%; + } + } + .name { + font-size: 20px; + font-weight: bold; + padding-bottom: 5px; + margin-left: 10px; + border-left: 1px solid #ccc; + padding-top: 14px; + padding-left: 10px; + } + .box1 { + width: 100px; + margin-left: 40px; + cursor: pointer; + img { + width: 100%; + margin-top: 10px; + margin-left: 10px; + } + } + } + .right { + display: flex; + flex-direction: row; + .item { + margin-right: 20px; + cursor: pointer; + } } } .login_contant {