完善会议管理界面

This commit is contained in:
2025-09-18 15:52:15 +08:00
parent 955de763c7
commit 8349951626
16 changed files with 878 additions and 113 deletions

View File

@@ -151,7 +151,7 @@
.page-container {
padding: 48rpx 30rpx;
background-color: transparent;
min-height: 100vh;
height: calc(100vh - (44px + env(safe-area-inset-top)));
box-sizing: border-box;
}