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

直播添加logo

上级 02d2352d
<template>
<div class="pages">
<div class="head">
<img class="logo" src="../../assets/images/logo-header.png" />
<img class="logo" src="../../assets/images/bank-logo1.png" />
<img class="logo" src="../../assets/images/bank-logo2.png" />
<div class="user">
<div class="nickname">{{ nickName }}</div>
<div class="logout" @click="logout">{{$t('components.learnSysLayout.sideBar.outLogin')}}</div>
......@@ -85,7 +86,9 @@ export default {
.getNewLiveMsg()
.then(response => {
if (response.status === 200) {
this.latest = response.data
if (!Array.isArray(response.data)) {
this.latest = response.data
}
}
})
.finally(() => {
......@@ -294,7 +297,11 @@ body {
padding: 0.2rem 0.2rem 0.16rem;
}
.head .logo {
height: 0.3rem;
width: 0.9rem;
/* height: 0.3rem; */
}
.head .logo:nth-child(2){
margin-left: 0.1rem;
}
.head .user {
display: flex;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论