完善会议管理界面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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 {
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user