|
|
|
@ -2525,7 +2525,7 @@ class PollNew extends Component {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
{/*addonAfter={String(addonAfter)}*/}
|
|
|
|
|
{/*suffix={String(addonAfter)}*/}
|
|
|
|
|
<Input placeholder="请输入问卷标题,最大限制60个字符" maxLength="60"
|
|
|
|
|
style={{"margin-top": "15px", "text-align": "left"}}
|
|
|
|
|
onInput={this.changeTopicName}
|
|
|
|
@ -2556,7 +2556,7 @@ class PollNew extends Component {
|
|
|
|
|
readOnly={readOnlys}
|
|
|
|
|
onInput={this.changeTopicNametwo}
|
|
|
|
|
value={this.state.polls_descriptiontest}
|
|
|
|
|
autoComplete="off" addonAfter={"100"}></TextArea>
|
|
|
|
|
autoComplete="off" suffix={"100"}></TextArea>
|
|
|
|
|
{
|
|
|
|
|
this.state.Newedit === true || this.state.mysave === true ?
|
|
|
|
|
<div>
|
|
|
|
|