feat: 消息的样式调整

This commit is contained in:
2026-05-29 15:40:34 +08:00
parent 87fd075226
commit eafe997fa2
3 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
height: 100%;
}
.h-auto {
height: auto;
}
.h-1 {
height: 1px;
}

View File

@@ -6,6 +6,10 @@
width: 100vw;
}
.w-auto {
width: auto;
}
.w-vw-24 {
width: calc(100vw - 24px);
}