This commit is contained in:
@jyuhsin
2025-06-19 12:39:58 +08:00
parent a9270e06f7
commit a4137d5571
2 changed files with 11 additions and 5 deletions
@@ -209,6 +209,9 @@ layout("/mobile/platform.html"){
padding-bottom: 70px;
height: calc(100vh - 46px - 170px - 60px - 24px);
}
.van-action-sheet {
max-height: 90%;
}
</style>
@@ -350,7 +353,7 @@ layout("/mobile/platform.html"){
<van-action-sheet v-model="readVisibleSafe" title="安全告知书">
<van-divider :style="{ color: 'orange', fontSize: '12px' }">上下滑动翻页,单击查看,再单击返回</van-divider>
<div id="readFile" style="height: 530px; overflow-y: auto"></div>
<div id="readFile" style="height: 460px; overflow-y: auto"></div>
<div class="submitButton">
<van-button @click="onReadSafe" class="join join_submit" style="margin: 10px 0">我已阅读确认</van-button>
</div>
@@ -358,8 +361,8 @@ layout("/mobile/platform.html"){
<van-action-sheet v-model="readVisible" title="定点自由行申请表">
<van-divider :style="{ color: 'orange', fontSize: '12px' }">上下滑动翻页,单击查看,再单击返回</van-divider>
<div id="basePdf" style="height: 530px; overflow-y: auto"></div>
<div class="submitButton" style="margin-bottom: 7vh">
<div id="basePdf" style="height: 460px; overflow-y: auto"></div>
<div class="submitButton">
<van-button @click="onRead" class="join join_submit" style="margin: 10px 0">我已阅读确认</van-button>
</div>
</van-action-sheet>
@@ -237,6 +237,9 @@ layout("/mobile/platform.html"){
.van-field__label {
width: 5.2em;
}
.van-action-sheet {
max-height: 90%;
}
</style>
@@ -583,8 +586,8 @@ layout("/mobile/platform.html"){
<van-action-sheet v-model="readVisible" title="安全告知书">
<van-divider :style="{ color: 'orange', fontSize: '12px' }">上下滑动翻页,单击查看,再单击返回</van-divider>
<div id="readFile" style="height: 530px; overflow-y: auto"></div>
<div class="submitButton" style="margin-bottom: 7vh">
<div id="readFile" style="height: 460px; overflow-y: auto"></div>
<div class="submitButton">
<van-button @click="onRead" class="join join_submit" style="margin: 10px 0">我已阅读确认</van-button>
</div>
</van-action-sheet>