提交 d7354e2b authored 作者: lihuihui's avatar lihuihui

添加logo

上级 10ee8772
<template> <template>
<div class="app-header"> <div class="app-header">
<div class="title"> <div class="title">
<img src="https://webapp-pub.ezijing.com/x-training-new/fd-logo.png" alt="" class="logo">
<router-link to="/">{{ title }}</router-link> <router-link to="/">{{ title }}</router-link>
</div> </div>
<div class="tool"> <div class="tool">
...@@ -26,7 +27,7 @@ export default { ...@@ -26,7 +27,7 @@ export default {
// components: { AppSearchBar }, // components: { AppSearchBar },
data() { data() {
return { return {
title: '金融数据合规管理证书在线学习及考试系统' title: '在线学习及考试系统'
} }
}, },
computed: { computed: {
...@@ -59,7 +60,11 @@ export default { ...@@ -59,7 +60,11 @@ export default {
height: 80px; height: 80px;
padding: 0 30px; padding: 0 30px;
background-color: #fff; background-color: #fff;
.logo{
height: 60%;
margin-right: 30px;
display: block;
}
.tool { .tool {
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -69,6 +74,9 @@ export default { ...@@ -69,6 +74,9 @@ export default {
font-size: 24px; font-size: 24px;
font-weight: 600; font-weight: 600;
color: #222; color: #222;
height: 100%;
display: flex;
align-items: center;
} }
.nav { .nav {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论