完善会议管理界面

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

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

View File

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

View File

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