We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
get source code (DefaultViewPageIndicator.js), and modify curDot: { position: 'absolute', width: DOT_SIZE, height: DOT_SIZE, borderRadius: DOT_SIZE / 2, backgroundColor: '#80ACD0', margin: DOT_SAPCE, bottom: 0, }, curDot: { position: 'absolute', width: DOT_SIZE, height: DOT_SIZE, borderRadius: DOT_SIZE / 2, backgroundColor: '#80ACD0', margin: DOT_SAPCE, //bottom: 0, ////////////////////////////////////remove this line }, I remove this 'bottom: 0', and then the current dot show correctly
Sorry, something went wrong.
Fixes race604#161
5e7892e
I think that we should replace the magin with marginLeft and marginRight.
No branches or pull requests
The text was updated successfully, but these errors were encountered: