mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
修改头像
This commit is contained in:
@@ -351,6 +351,9 @@ li{
|
||||
width: 68px !important;
|
||||
height: 68px !important;
|
||||
border-radius: 0px;
|
||||
img{
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
.teacher-text{
|
||||
width: 68px;
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1424,6 +1424,9 @@ export default {
|
||||
width: 68px !important;
|
||||
height: 68px !important;
|
||||
border-radius: 0px;
|
||||
img{
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
.teacher-text {
|
||||
width: 68px;
|
||||
|
||||
@@ -1723,6 +1723,9 @@
|
||||
width: 60px !important;
|
||||
height: 60px !important;
|
||||
border-radius: 50%;
|
||||
img{
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
.teacher-text {
|
||||
width: 68px;
|
||||
|
||||
@@ -514,6 +514,9 @@ export default {
|
||||
.el-avatar{
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
img{
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
.userInfo-info{
|
||||
margin-left: 40px;
|
||||
|
||||
Reference in New Issue
Block a user