完善会议管理界面

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;
}

View File

@@ -233,7 +233,7 @@ export default {
.register-container {
padding: 20px 15px;
background-color: #f7f7f7;
min-height: 100vh;
height: calc(100vh - (44px + env(safe-area-inset-top)));
box-sizing: border-box;
}

View File

@@ -154,11 +154,10 @@ export default {
<style scoped>
.audits-container {
height: 100vh;
height: calc(100vh - (44px + env(safe-area-inset-top)));
background-color: #f7f7f7;
display: flex;
flex-direction: column;
overflow: hidden;
}
.employeeList-container {

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;
}

View File

@@ -219,7 +219,7 @@ export default {
<style scoped>
.audits-container {
height: 100vh;
height: calc(100vh - (44px + env(safe-area-inset-top)));
background-color: #f7f7f7;
display: flex;
flex-direction: column;

View File

@@ -141,7 +141,7 @@ export default {
.unit-management {
display: flex;
flex-direction: column;
height: 100vh;
height: calc(100vh - (44px + env(safe-area-inset-top)));
background-color: #f5f5f5;
padding: 20rpx;
}