no message

This commit is contained in:
A1300399510
2025-11-08 22:22:44 +08:00
parent dc871d80c0
commit aa5a7058ad
22 changed files with 1222 additions and 162 deletions

View File

@@ -72,10 +72,20 @@
.matter {
align-items: flex-start;
&.bottom {
align-items: flex-end;
}
.matter-content {
margin-right: 12px;
&.fixed {
position: fixed;
left: calc((100% - 1200px) / 2);
bottom: 10px;
}
.list-box {
.item-box {
margin-bottom: 12px;
@@ -142,7 +152,9 @@
&.fixed {
position: fixed;
right: calc((100% - 1200px) / 2);
// right: calc((100% - 1200px) / 2);
// left: 909px;
left: calc((100% - 1200px) / 2 + 909px);
bottom: 10px;
}
}