Files
supplier-dispatch-h5/node_modules/vant/lib/style/mixins/clearfix.less
2023-08-11 10:45:20 +08:00

8 lines
87 B
Plaintext

.clearfix() {
&::after {
display: table;
clear: both;
content: '';
}
}