吉林工行规则滚动条

This commit is contained in:
zhangguoping 2024-09-13 11:52:55 +08:00
parent a6408802bf
commit 26aa83bcd4
2 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -259,7 +259,8 @@ export default {
// eslint-disable-next-line camelcase
this.lottery_code = lottery_code
// eslint-disable-next-line camelcase
this.contentMsg = activity_info.activity_description
const msg = activity_info.activity_description || ''
this.contentMsg = msg ? `<div class="mast-content">${msg}</div>` : ''
if (res.data.status === 3) {
this.isStatus = true
uni.showToast({
@ -535,7 +536,10 @@ export default {
overflow: auto;
background: url('@/assets/images/jlgh/bg-index.png') no-repeat left top #d8231c;
background-size: 100% 100%;
.mast-content {
height: 620rpx !important;
overflow-y: auto;
}
.submit-btn {
top: -720rpx;
left: 50%;