communication fix

This commit is contained in:
2023-04-13 17:36:42 +08:00
parent d9beb0d3b3
commit d702197a3f
11 changed files with 365 additions and 218 deletions

View File

@ -176,9 +176,10 @@
}
>span {
flex: 1 1 auto;
// flex: 1 1 auto;
color: var(--strong-color);
font-size: var(--font-larger-size);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 10px;
@ -319,7 +320,6 @@
.grid {
height: 100%;
min-height: 120px;
overflow: hidden;
>.grid-body .grid-body-content>.grid-row>td {
vertical-align: top;