automated_uniapp/uni_modules/cool-ui/static/css/waterfall.scss
2025-01-09 16:16:11 +08:00

16 lines
175 B
SCSS

.cl-waterfall {
width: 100%;
box-sizing: border-box;
&::after {
content: "";
display: block;
clear: both;
}
&-column {
float: left;
break-inside: avoid;
}
}