修改头像

This commit is contained in:
lmj
2022-10-11 19:28:22 +08:00
parent a6b47e4874
commit 96a40c0a1c
7 changed files with 35 additions and 4 deletions

View File

@@ -351,6 +351,9 @@ li{
width: 68px !important;
height: 68px !important;
border-radius: 0px;
img{
width: 100% !important;
}
}
.teacher-text{
width: 68px;

View File

@@ -624,6 +624,9 @@
.el-avatar{
width: 26px !important;
height: 26px !important;
img{
width: 100% !important;
}
}
}
.article-card-right{
@@ -666,6 +669,9 @@
.el-avatar{
width: 26px;
height: 26px;
img{
width: 100% !important;
}
}
}
.article-info-time{
@@ -888,6 +894,9 @@
.el-avatar{
width: 34px;
height: 34px;
img{
width: 100% !important;
}
}
}
}
@@ -1067,6 +1076,9 @@
.el-avatar{
width: 32px !important;
height: 32px !important;
img{
width: 100% !important;
}
}
}
.article-card-right{

View File

@@ -399,8 +399,11 @@ export default {
// right: 48px;
// }
}
.el-avatar{
::v-deep.el-avatar{
margin-right: 8px;
img{
width: 100% !important;
}
}
.el-button{
margin-left: 15px;

View File

@@ -251,6 +251,12 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .el-avatar{
margin-right: 8px;
img{
width: 100% !important;
}
}
::v-deep.xtop .xtop-right .person-action[data-v-5bcef51e] .message-count i{
color: #fff !important;
}
@@ -424,9 +430,7 @@ export default {
color:#409EFF;
}
}
.el-avatar{
margin-right: 8px;
}
.el-button{
margin-top: 1px;
// margin-left: 20px;

View File

@@ -1424,6 +1424,9 @@ export default {
width: 68px !important;
height: 68px !important;
border-radius: 0px;
img{
width: 100% !important;
}
}
.teacher-text {
width: 68px;

View File

@@ -1723,6 +1723,9 @@
width: 60px !important;
height: 60px !important;
border-radius: 50%;
img{
width: 100% !important;
}
}
.teacher-text {
width: 68px;

View File

@@ -514,6 +514,9 @@ export default {
.el-avatar{
width: 60px;
height: 60px;
img{
width: 100% !important;
}
}
.userInfo-info{
margin-left: 40px;