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
.viewer-list > li + li { margin-left: 5px; }
用该样式覆盖原来的 .viewer-list > li + li { margin-left: 1px; }navbar里的图片容器(viewer-list)整体宽度不会动态计算 导致图片换行
.viewer-list > li + li { margin-left: 1px; }
The text was updated successfully, but these errors were encountered:
看了一下源码部分的render.js的第149行注释 这个margin-left的1px是固定在计算代码里的 这里margin-left是否可以加入到动态计算中去 获取开放相应的options
Sorry, something went wrong.
a2b6253
No branches or pull requests
.viewer-list > li + li { margin-left: 5px; }
用该样式覆盖原来的
.viewer-list > li + li { margin-left: 1px; }
navbar里的图片容器(viewer-list)整体宽度不会动态计算 导致图片换行The text was updated successfully, but these errors were encountered: