This commit is contained in:
2023-05-30 09:13:02 +08:00
parent 8dafc1c5f4
commit 98a45a6f19
6 changed files with 289 additions and 39 deletions

View File

@ -368,6 +368,8 @@
.contact-note {
color: #999;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
@ -386,6 +388,16 @@
height: 380px;
}
}
.selcontact-wrapper {
display: flex;
flex-direction: column;
width: 780px;
> .selcontact-grid {
height: 200px;
}
}
}
}