add follower

This commit is contained in:
2023-04-12 09:29:41 +08:00
parent cc3d11f617
commit 9754bd8fbe
6 changed files with 139 additions and 30 deletions

View File

@ -315,42 +315,53 @@
}
}
.popup-mask .grid {
height: 100%;
min-height: 120px;
overflow: hidden;
.popup-mask {
.grid {
height: 100%;
min-height: 120px;
overflow: hidden;
>.grid-body .grid-body-content>.grid-row>td {
vertical-align: top;
>.grid-body .grid-body-content>.grid-row>td {
vertical-align: top;
.col-icon {
padding: 10px 4px 10px 8px;
}
.icon-contact-type {
cursor: unset;
>svg {
fill: #333;
.col-icon {
padding: 10px 4px 10px 8px;
}
&:hover>svg {
opacity: unset;
.icon-contact-type {
cursor: unset;
>svg {
fill: #333;
}
&:hover>svg {
opacity: unset;
}
}
.contact-wrapper {
width: 100px;
padding: var(--spacing-cell);
.contact-name {
overflow: hidden;
text-overflow: ellipsis;
}
.contact-note {
color: #999;
}
}
}
}
.contact-wrapper {
width: 100px;
padding: var(--spacing-cell);
.follower-wrapper {
display: flex;
flex-direction: column;
.contact-name {
overflow: hidden;
text-overflow: ellipsis;
}
.contact-note {
color: #999;
}
>.follower-grid {
height: 380px;
}
}
}