Skip to content

Commit

Permalink
解决推荐歌单下拉后顶部出现多于红色的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Jan 13, 2020
1 parent cb3bf4e commit 4a1f9a0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@svgr/webpack": "4.1.0",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.6.0",
"axios": "^0.19.0",
"axios": "^0.19.1",
"babel-eslint": "10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "8.0.5",
"babel-plugin-named-asset-import": "^0.3.2",
"babel-plugin-named-asset-import": "^0.3.5",
"babel-preset-react-app": "^9.1.0",
"better-scroll": "^2.0.0-alpha.20",
"better-scroll": "^2.0.0-beta.4",
"camelcase": "^5.2.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"concurrently": "^4.1.1",
Expand Down Expand Up @@ -50,27 +50,27 @@
"postcss-normalize": "7.0.1",
"postcss-preset-env": "6.6.0",
"postcss-safe-parser": "4.0.1",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.1",
"react-dev-utils": "^9.0.1",
"react-dom": "^16.8.6",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.5",
"react-dev-utils": "^9.1.0",
"react-dom": "^16.12.0",
"react-keep-alive": "^2.3.0",
"react-keeper": "^2.1.12",
"react-lazyload": "^2.6.2",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-lazyload": "^2.6.5",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.2.1",
"redux": "^4.0.4",
"redux": "^4.0.5",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.3.0",
"resolve": "1.10.0",
"sass-loader": "7.1.0",
"semver": "6.0.0",
"style-loader": "0.23.1",
"styled-components": "^4.3.2",
"swiper": "^4.5.0",
"styled-components": "^4.4.1",
"swiper": "^4.5.1",
"terser-webpack-plugin": "1.2.3",
"ts-pnp": "1.1.2",
"url-loader": "1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/application/Recommend/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from 'styled-components';

export const Content = styled.div`
position: fixed;
top: 90px;
top: 94px;
left: 0;
bottom: ${props => props.play > 0?"60px": 0};
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/baseUI/scroll/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Scroll.propTypes = {
pullUpLoading: PropTypes.bool,
pullDownLoading: PropTypes.bool,
bounceTop: PropTypes.bool,//是否支持向上吸顶
bounceBottom: PropTypes.bool//是否支持向上吸顶
bounceBottom: PropTypes.bool//是否支持向下吸顶
};

export default Scroll;

0 comments on commit 4a1f9a0

Please sign in to comment.