Files
mini-yu/uni_modules/tdesign-uniapp/components/common/style/mixins/_clearfix.less
lingxiao865 c5af079d8c first commit
2026-02-10 08:05:03 +08:00

8 lines
87 B
Plaintext

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