no message

This commit is contained in:
kuaifan 2024-12-04 13:51:45 +08:00
parent 1a0c1e3306
commit ecf0c78993

View File

@ -421,6 +421,20 @@
opacity: 0; opacity: 0;
} }
} }
.subtask-avatar {
max-width: 30%;
min-width: 54px;
> ul {
justify-content: flex-end;
> li {
margin-right: 0;
margin-left: 6px;
&:first-child {
margin-left: 0;
}
}
}
}
.ivu-icon-ios-loading { .ivu-icon-ios-loading {
animation: animation-icon-loading 0.6s infinite linear; animation: animation-icon-loading 0.6s infinite linear;
} }