完善会议管理界面
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
|
||||
<style scoped>
|
||||
.add-repair-container {
|
||||
height: 100vh;
|
||||
height: calc(100vh - (44px + env(safe-area-inset-top)));
|
||||
background: #f7f7f7;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@@ -125,7 +125,7 @@ export default {
|
||||
<style scoped>
|
||||
.cv-container {
|
||||
background: #fff;
|
||||
height: 100vh;
|
||||
height: calc(100vh - (44px + env(safe-area-inset-top)));
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@@ -221,7 +221,7 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.visitor-container {
|
||||
height: 100vh;
|
||||
height: calc(100vh - (44px + env(safe-area-inset-top)));
|
||||
background: #f7f7f7;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Reference in New Issue
Block a user