Commit 5447bff2 by 姜雷

修改logo和用户栏字体

parent 2724b22e
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"popmotion": "^8.1.22", "popmotion": "^8.1.22",
"qiniu-js": "^2.2.0", "qiniu-js": "^2.2.0",
"rym-element-ui": "^0.1.54", "rym-element-ui": "^0.1.55",
"vue-qr": "^1.2.8", "vue-qr": "^1.2.8",
"vuedraggable": "^2.16.0", "vuedraggable": "^2.16.0",
"wangeditor": "^3.1.1" "wangeditor": "^3.1.1"
......
...@@ -5,6 +5,15 @@ ...@@ -5,6 +5,15 @@
:title="title" :title="title"
> >
<div <div
class="com-logo"
slot="logo"
>
<img
src="@/assets/images/pic_logo.png"
alt="logo"
>
</div>
<div
class="AppTopBar" class="AppTopBar"
slot="title" slot="title"
> >
......
...@@ -523,7 +523,7 @@ export default { ...@@ -523,7 +523,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
line-height: 20px; line-height: 20px;
font-size: 16px; font-size: 14px;
.avatar-name-icon { .avatar-name-icon {
position: relative; position: relative;
margin-left: 6px; margin-left: 6px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment