diff --git a/package-lock.json b/package-lock.json index 8e20c2d3f..2103bff49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4126,7 +4126,7 @@ }, "cross-port-killer": { "version": "1.4.0", - "resolved": "http://173.15.15.82:8081/repository/npm-all/cross-port-killer/-/cross-port-killer-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/cross-port-killer/-/cross-port-killer-1.4.0.tgz", "integrity": "sha512-ujqfftKsSeorFMVI6JP25xMBixHEaDWVK+NarRZAGnJjR5AhebRQU+g+k/Lj8OHwM6f+wrrs8u5kkCdI7RLtxQ==" }, "cross-spawn": { diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js index 60cf937e2..76f0675d2 100644 --- a/src/forge/Main/Index.js +++ b/src/forge/Main/Index.js @@ -80,7 +80,7 @@ class Index extends Component { } }).then(result=>{ if(result && result.data){ - this.setState({authorList: result.data.users}) + this.setState({authorList: result.data.users.slice(0,10)}) } }).catch(error=>{}) } @@ -445,7 +445,7 @@ class Index extends Component {
{/* 帮助手册 */} {window.location.href.indexOf('osredm.jk') < 0 &&
- +
} @@ -490,7 +490,7 @@ class Index extends Component {
{index<3 ? : index+1}
- {i.name} + {i.name}
{i.score}
diff --git a/src/forge/Main/list.scss b/src/forge/Main/list.scss index 341a3e133..bf72d6844 100644 --- a/src/forge/Main/list.scss +++ b/src/forge/Main/list.scss @@ -110,8 +110,6 @@ } .hotAuthor2{ flex: 1; - display: flex; - align-items: center; } .hotAuthor3{ width: 75px;