Files
mini-yu/uni_modules/tdesign-uniapp/components/common/style/mixins/_clearfix.less

8 lines
87 B
Plaintext
Raw Normal View History

2026-02-10 08:05:03 +08:00
.clearfix() {
&::after {
display: table;
clear: both;
content: '';
}
}