支付码牌备注修改

This commit is contained in:
ren
2025-07-24 14:37:04 +08:00
parent 05531ad873
commit 2297cbb5c8
2 changed files with 24 additions and 2 deletions

View File

@@ -20,7 +20,12 @@
添加备注
</div>
<div v-else style="max-width: 75vw">
<van-text-ellipsis :content="`备注: ${description}`" />
<p style="text-align: center;">
备注
</p>
<p class="remarkDecript">
{{ description }}
</p>
<div />
</div>
</div>
@@ -216,6 +221,12 @@ function pay() {
.remark {
color: @color;
cursor: pointer;
.remarkDecript {
max-width: 75vw;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.redirectPayBtn {

View File

@@ -20,7 +20,12 @@
添加备注
</div>
<div v-else style="max-width: 75vw">
<van-text-ellipsis :content="`备注: ${description}`" />
<p style="text-align: center;">
备注
</p>
<p class="remarkDecript">
{{ description }}
</p>
<div />
</div>
</div>
@@ -293,6 +298,12 @@ function jsapiPay(data: WxJsapiSignResult) {
.remark {
color: @color;
cursor: pointer;
.remarkDecript {
max-width: 75vw;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.redirectPayBtn {