完善会议管理界面

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

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