样式调整
This commit is contained in:
@@ -80,13 +80,14 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
.left {
|
.left {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
width: calc(100% - 280px);
|
||||||
img {
|
img {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
.head_avtar {
|
.head_avtar {
|
||||||
width: calc(100% - 96px);
|
max-width: calc(100% - 96px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.col-999 {
|
.col-999 {
|
||||||
|
|||||||
@@ -127,13 +127,22 @@ export default {
|
|||||||
border-radius: 16px 16px 0 0;
|
border-radius: 16px 16px 0 0;
|
||||||
.left {
|
.left {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
width: calc(100% - 280px);
|
||||||
img {
|
img {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
.card_head_avtar {
|
.card_head_avtar {
|
||||||
width: calc(100% - 96px);
|
max-width: calc(100% - 96px);
|
||||||
|
h4,
|
||||||
|
div {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user