no message

This commit is contained in:
2025-08-16 17:46:42 +08:00
parent 29fdce5b5a
commit a24a502546
8 changed files with 308 additions and 3 deletions
+9 -1
View File
@@ -69,7 +69,15 @@
flex-direction: row;
justify-content: flex-end;
}
.flex-r{
display: flex;
flex-direction: row;
align-items: center;
}
.flex-col{
display: flex;
flex-direction: column;
}
.text-white{
color:#fff;
}