sync form work

This commit is contained in:
2023-04-10 17:30:17 +08:00
parent fecaf6f450
commit c38e486d7d
15 changed files with 860 additions and 150 deletions

View File

@ -1,7 +1,4 @@
:root {
--title-color: #fff;
--title-bg-color: rgb(68, 114, 196);
}
@import '../../../css/variables/definition.scss';
.comm {
display: flex;
@ -318,4 +315,34 @@
}
}
}
.popup-mask .grid {
height: 100%;
overflow: hidden;
>.grid-body .grid-body-content>.grid-row>td {
vertical-align: top;
.icon-contact-type {
cursor: unset;
>svg {
fill: #333;
}
&:hover>svg {
opacity: unset;
}
}
.contact-name {
overflow: hidden;
text-overflow: ellipsis;
}
.contact-note {
color: #999;
}
}
}
}