Fix:3995 【商城小程序】“一句话介绍”文本内容超过一行时换行显示。商户入驻及店铺入驻都需要调整

This commit is contained in:
LinCyJang
2025-07-08 23:43:50 +08:00
parent ed354dd14b
commit 6de73ad9ea
3 changed files with 6 additions and 3 deletions
-1
View File
@@ -142,7 +142,6 @@ export default {
},
cartNum: {
handler(val) {
console.log(val, 'cardNum');
this.cartNumber = val || 1
},
deep: true,
+3 -1
View File
@@ -337,7 +337,9 @@
<u-cell :border="false">
<template #title>
<view class="line">
<u-input
<u-textarea
:maxlength="-1"
autoHeight
v-model="form.content"
:disabled="reviewing"
border="none"
+3 -1
View File
@@ -455,7 +455,9 @@
<u-cell :border="false">
<template #title>
<view class="line">
<u-input
<u-textarea
:maxlength="-1"
autoHeight
v-model="form.content"
:disabled="reviewing"
border="none"