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

This commit is contained in:
modendeveloper
2025-01-26 16:15:19 +08:00
parent dbb95c9c10
commit b532a8a675
+1 -1
View File
@@ -438,7 +438,7 @@ export default {
padding: 18rpx 30rpx;
border-radius: 32rpx;
background: #F5F5F5;
overflow: autio;
overflow: scroll;
textarea {
width: 100%;
}