Files
vue3-element-admin/src/styles/mixin.scss
haoxr 9522875198 refactor: 自动导入修改和项目重构优化
Former-commit-id: 100ab2e0092d96b17146163759aef897e5c14fbd
2023-01-13 01:05:45 +08:00

15 lines
165 B
SCSS

@mixin clearfix {
&:after {
content: '';
display: table;
clear: both;
}
}
@mixin relative {
position: relative;
width: 100%;
height: 100%;
}