Fix:3185 【商城小程序】消息输入字数过多会溢出消息框,超过五行的内容未显示

This commit is contained in:
modendeveloper
2025-01-26 16:10:24 +08:00
parent a8334b552c
commit dbb95c9c10
+2 -1
View File
@@ -433,11 +433,12 @@ export default {
.input-box {
width: 472rpx;
min-height: 64rpx;
max-height: 124rpx;
box-sizing: border-box;
padding: 18rpx 30rpx;
border-radius: 32rpx;
background: #F5F5F5;
overflow: autio;
textarea {
width: 100%;
}