thuhole 5 years ago
parent
commit
c43b2730af
  1. 2
      src/Title.js

2
src/Title.js

@ -89,7 +89,7 @@ class ControlBar extends PureComponent {
<span className="control-btn-label">关注</span> <span className="control-btn-label">关注</span>
</a> </a>
} }
<input className="control-search" value={this.state.search_text} placeholder="搜索 或 #PID" <input className="control-search" value={this.state.search_text} placeholder="搜索 或 #树洞号"
onChange={this.on_change_bound} onKeyPress={this.on_keypress_bound} onChange={this.on_change_bound} onKeyPress={this.on_keypress_bound}
/> />
<a className="no-underline control-btn" onClick={()=>{ <a className="no-underline control-btn" onClick={()=>{

Loading…
Cancel
Save