@@ -70,7 +70,7 @@
component: 'Input',
required: true,
componentProps: {
- maxlength: 50,
+ maxlength: 20,
showCount: true,
}
},
@@ -830,6 +830,8 @@
font-size: 14px;
line-height: 22px;
color: #9D9D9D;//#6C6C6C
+ max-width: calc(100% - 370px);
+
span{
cursor: pointer;