This commit is contained in:
caishi 2020-09-03 14:16:55 +08:00
commit 3169867415
4 changed files with 3 additions and 4 deletions

View File

@ -105,7 +105,7 @@ class NewMilepost extends Component {
required: true, message: '请输入标题'
}],
})(
<Input placeholder="标题" />
<Input placeholder="标题" autoComplete="off"/>
)}
</Form.Item>
</div>

View File

@ -222,7 +222,7 @@
flex-wrap: wrap;
align-content: center;
border-bottom: 1px solid #eee;
padding: 16px 20px;
padding: 16px 0px 16px 20px;
}
.issueNo {
padding: 0px 5px;

View File

@ -571,7 +571,6 @@ class NewHeader extends Component {
});
}
matchpaths = (url) => {
const { match } = this.props;
if(url){

View File

@ -82,7 +82,7 @@ export function TPMIndexHOC(WrappedComponent) {
this.setState({
mygetHelmetapi: undefined
});
document.title = "EduCoder";
document.title = "Forge";
var link = document.createElement('link'),
oldLink = document.getElementById('dynamic-favicon');
link.id = 'dynamic-favicon';