|
|
|
@ -218,11 +218,19 @@ class Bullsubdirectory extends Component{
|
|
|
|
|
<span className="yslduincolorred">*</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="yslduinleft">
|
|
|
|
|
<style>{
|
|
|
|
|
`
|
|
|
|
|
.ant-input{
|
|
|
|
|
border-right: none !important;
|
|
|
|
|
height: 40px !important;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}</style>
|
|
|
|
|
<Input placeholder="请在此输入标题,最多60个字符" maxLength="60"
|
|
|
|
|
style={{ textAlign: "left",width:"100%",}}
|
|
|
|
|
onInput={this.changeTopicName}
|
|
|
|
|
autoComplete="off"
|
|
|
|
|
suffix={String(addonAfter)+"/60"}
|
|
|
|
|
addonAfter={String(addonAfter)+"/60"}
|
|
|
|
|
value={eduintits}
|
|
|
|
|
className="searchViewAfter"></Input>
|
|
|
|
|
</div>
|
|
|
|
|