Fix:3185 【商城小程序】消息输入字数过多会溢出消息框,超过五行的内容未显示
This commit is contained in:
@@ -438,7 +438,7 @@ export default {
|
|||||||
padding: 18rpx 30rpx;
|
padding: 18rpx 30rpx;
|
||||||
border-radius: 32rpx;
|
border-radius: 32rpx;
|
||||||
background: #F5F5F5;
|
background: #F5F5F5;
|
||||||
overflow: autio;
|
overflow: scroll;
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user