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
position: absolute;
vue3-waterfall/src/lib/waterfall.vue
Line 258 in 140658b
The text was updated successfully, but these errors were encountered:
弄错了, 这个 style 单独在 dist/style.css, 但是实际上, 也并没有 在 package 里面暴露出来, 无法 import
Sorry, something went wrong.
添加以下全局样式, 才能正常显示
.vue3-waterfall-item { position: absolute; box-sizing: border-box; box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%); }
No branches or pull requests
position: absolute;
这个样式, 会导致瀑布流样式出错vue3-waterfall/src/lib/waterfall.vue
Line 258 in 140658b
The text was updated successfully, but these errors were encountered: