修改页面高度
This commit is contained in:
@@ -104,6 +104,7 @@ export default {
|
||||
background-color: #f5f7fa;
|
||||
min-height: 100vh;
|
||||
padding-bottom: 120rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.meeting-room-detail {
|
||||
|
@@ -33,7 +33,7 @@
|
||||
|
||||
<!-- 签到二维码 -->
|
||||
<view class="qr-code-section" v-if="pageStatus === 'started' || pageStatus === 'ended'">
|
||||
<text class="qr-title">签到二维码</text>
|
||||
<text class="qr-title">邀请二维码</text>
|
||||
<view class="qr-code-container"
|
||||
:class="{'disabled-qrcode': pageStatus === 'ended'}"
|
||||
@longpress="saveQRCode">
|
||||
|
Reference in New Issue
Block a user