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