+
@@ -43,6 +44,10 @@ export default {
logo: {
type: String,
required: false
+ },
+ avatar: {
+ type: String,
+ required: false
}
}
}
@@ -62,7 +67,7 @@ export default {
display: flex;
width: 100%;
}
- .logo {
+ .avatar {
flex: 0 1 72px;
margin-bottom: 8px;
& > span {
@@ -82,6 +87,12 @@ export default {
color: rgba(0,0,0,.85);
margin-bottom: 16px;
}
+ .logo{
+ width: 28px;
+ height: 28px;
+ border-radius: 4px;
+ margin-right: 16px;
+ }
.content{
margin-bottom: 16px;
flex: auto;