automated_uniapp/uni_modules/cool-ui/static/css/waterfall.scss

16 lines
175 B
SCSS
Raw Normal View History

2025-01-09 16:16:11 +08:00
.cl-waterfall {
width: 100%;
box-sizing: border-box;
&::after {
content: "";
display: block;
clear: both;
}
&-column {
float: left;
break-inside: avoid;
}
}